#D3C583
A light, moderate yellow closely aligning with Darkkhaki.
About #D3C583
The precise color #D3C583 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkkhaki. This translates to an RGB value of rgb(211, 197, 131).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 7% Magenta, 38% Yellow, and 17% Black. The HSL representation is 49.5° hue, 47.6% saturation, and 67.1% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3C583
RGB211, 197, 131
HSL49.5°, 47.6%, 67.1%
CMYK0%, 7%, 38%, 17%
HSV49.5°, 37.9%, 82.7%
LAB79.3, -4.6, 34.9
XYZ50.9, 55.4, 29.5
Decimal13878659
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.08:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3C583;
}
.text-color {
color: #D3C583;
}
.border-color {
border: 2px solid #D3C583;
}