#D3C550
A medium, moderate yellow closely aligning with Khaki.
About #D3C550
The precise color #D3C550 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Khaki. In the RGB color space, it consists of 211 red, 197 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 7% magenta inks. With a hue angle of 53.6 degrees, it sits comfortably in the yellow spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3C550
RGB211, 197, 80
HSL53.6°, 59.8%, 57.1%
CMYK0%, 7%, 62%, 17%
HSV53.6°, 62.1%, 82.7%
LAB78.7, -9.1, 58.7
XYZ48.3, 54.4, 15.5
Decimal13878608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.87:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3C550;
}
.text-color {
color: #D3C550;
}
.border-color {
border: 2px solid #D3C550;
}