#D3CC07
A medium, vivid yellow closely aligning with Gold.
About #D3CC07
The precise color #D3CC07 is an excellent choice for modern design projects. It is closely associated with the named CSS color Gold. This translates to an RGB value of rgb(211, 204, 7).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 3% M, 97% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D3CC07
RGB211, 204, 7
HSL57.9°, 93.6%, 42.7%
CMYK0%, 3%, 97%, 17%
HSV57.9°, 96.7%, 82.7%
LAB80.2, -15.2, 79.9
XYZ48.5, 57.0, 8.7
Decimal13880327
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.41:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3CC07;
}
.text-color {
color: #D3CC07;
}
.border-color {
border: 2px solid #D3CC07;
}