#D3CC83
A light, moderate yellow closely aligning with Darkkhaki.
About #D3CC83
When working with digital screens, the color #D3CC83 is rendered by mixing light. Designers often compare it to the standard color Darkkhaki. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 204, and 131.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 3% M, 38% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3CC83
RGB211, 204, 131
HSL54.8°, 47.6%, 67.1%
CMYK0%, 3%, 38%, 17%
HSV54.8°, 37.9%, 82.7%
LAB81.1, -8.2, 37.3
XYZ52.6, 58.7, 30.0
Decimal13880451
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.73:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3CC83;
}
.text-color {
color: #D3CC83;
}
.border-color {
border: 2px solid #D3CC83;
}