#D3CCA0
A light, moderate yellow closely aligning with Wheat.
About #D3CCA0
Visually, #D3CCA0 is defined as a moderate yellow. Designers often compare it to the standard color Wheat. Its digital footprint relies on 211 parts red, 204 parts green, and 160 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 3% Magenta, 24% Yellow, and 17% Black. The HSL representation is 51.8° hue, 36.7% saturation, and 72.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3CCA0
RGB211, 204, 160
HSL51.8°, 36.7%, 72.7%
CMYK0%, 3%, 24%, 17%
HSV51.8°, 24.2%, 82.7%
LAB81.6, -4.6, 22.8
XYZ54.8, 59.6, 41.9
Decimal13880480
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.91:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
10.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3CCA0;
}
.text-color {
color: #D3CCA0;
}
.border-color {
border: 2px solid #D3CCA0;
}