#D3D366
A light, moderate yellow closely aligning with Khaki.
About #D3D366
Visually, #D3D366 is defined as a moderate yellow. Its closest recognized web color is Khaki. Its digital footprint relies on 211 parts red, 211 parts green, and 102 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 0% Magenta, 52% Yellow, and 17% Black. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3D366
RGB211, 211, 102
HSL60.0°, 55.3%, 61.4%
CMYK0%, 0%, 52%, 17%
HSV60.0°, 51.7%, 82.7%
LAB82.6, -14.6, 53.2
XYZ52.6, 61.4, 21.7
Decimal13882214
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.28:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3D366;
}
.text-color {
color: #D3D366;
}
.border-color {
border: 2px solid #D3D366;
}