#D3CC42
A medium, moderate yellow closely aligning with Khaki.
About #D3CC42
The hex code #D3CC42 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Khaki. In the RGB color space, it consists of 211 red, 204 green, and 66 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 3% Magenta, 69% Yellow, and 17% Black. 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. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3CC42
RGB211, 204, 66
HSL57.1°, 62.2%, 54.3%
CMYK0%, 3%, 69%, 17%
HSV57.1°, 68.7%, 82.7%
LAB80.4, -13.5, 66.2
XYZ49.4, 57.4, 13.6
Decimal13880386
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.49:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3CC42;
}
.text-color {
color: #D3CC42;
}
.border-color {
border: 2px solid #D3CC42;
}