#D3C52C
A medium, moderate yellow closely aligning with Gold.
About #D3C52C
The hex code #D3C52C represents a beautifully specific shade of yellow. Its closest recognized web color is Gold. In the RGB color space, it consists of 211 red, 197 green, and 44 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 7% Magenta, 79% Yellow, and 17% Black. With a hue angle of 55.0 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3C52C
RGB211, 197, 44
HSL55.0°, 65.5%, 50.0%
CMYK0%, 7%, 79%, 17%
HSV55.0°, 79.1%, 82.7%
LAB78.4, -10.9, 71.7
XYZ47.3, 54.0, 10.3
Decimal13878572
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.79:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3C52C;
}
.text-color {
color: #D3C52C;
}
.border-color {
border: 2px solid #D3C52C;
}