#D3C57C
A light, moderate yellow closely aligning with Darkkhaki.
About #D3C57C
The precise color #D3C57C is an excellent choice for modern design projects. Designers often compare it to the standard color Darkkhaki. In the RGB color space, it consists of 211 red, 197 green, and 124 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 7% magenta, 41% yellow, and 17% black. The HSL representation is 50.3° hue, 49.7% saturation, and 65.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light 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#D3C57C
RGB211, 197, 124
HSL50.3°, 49.7%, 65.7%
CMYK0%, 7%, 41%, 17%
HSV50.3°, 41.2%, 82.7%
LAB79.2, -5.4, 38.3
XYZ50.5, 55.2, 27.1
Decimal13878652
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.05:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3C57C;
}
.text-color {
color: #D3C57C;
}
.border-color {
border: 2px solid #D3C57C;
}