#D3C14A
A medium, moderate yellow closely aligning with Goldenrod.
About #D3C14A
When working with digital screens, the color #D3C14A is rendered by mixing light. Designers often compare it to the standard color Goldenrod. This translates to an RGB value of rgb(211, 193, 74).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 9% M, 65% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D3C14A
RGB211, 193, 74
HSL52.1°, 60.9%, 55.9%
CMYK0%, 9%, 65%, 17%
HSV52.1°, 64.9%, 82.7%
LAB77.6, -7.5, 60.1
XYZ47.2, 52.5, 14.1
Decimal13877578
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.50:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3C14A;
}
.text-color {
color: #D3C14A;
}
.border-color {
border: 2px solid #D3C14A;
}