#D3D3A8
A light, moderate yellow closely aligning with Wheat.
About #D3D3A8
At its core, #D3D3A8 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Wheat. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 211, and 168.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 0% M, 20% Y, and 17% K. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. 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#D3D3A8
RGB211, 211, 168
HSL60.0°, 32.8%, 74.3%
CMYK0%, 0%, 20%, 17%
HSV60.0°, 20.4%, 82.7%
LAB83.6, -7.0, 21.4
XYZ57.2, 63.3, 46.2
Decimal13882280
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.65:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3D3A8;
}
.text-color {
color: #D3D3A8;
}
.border-color {
border: 2px solid #D3D3A8;
}