#D3CC57
A medium, moderate yellow closely aligning with Khaki.
About #D3CC57
Visually, #D3CC57 is defined as a moderate yellow. Designers often compare it to the standard color Khaki. This translates to an RGB value of rgb(211, 204, 87).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 3% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3CC57
RGB211, 204, 87
HSL56.6°, 58.5%, 58.4%
CMYK0%, 3%, 59%, 17%
HSV56.6°, 58.8%, 82.7%
LAB80.6, -12.2, 57.8
XYZ50.2, 57.7, 17.5
Decimal13880407
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.54:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3CC57;
}
.text-color {
color: #D3CC57;
}
.border-color {
border: 2px solid #D3CC57;
}