#D3D375
A light, moderate yellow closely aligning with Khaki.
About #D3D375
The hex code #D3D375 represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Khaki. This translates to an RGB value of rgb(211, 211, 117).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 0% Magenta, 45% Yellow, and 17% Black. The HSL representation is 60.0° hue, 51.6% saturation, and 64.3% lightness.
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#D3D375
RGB211, 211, 117
HSL60.0°, 51.6%, 64.3%
CMYK0%, 0%, 45%, 17%
HSV60.0°, 44.5%, 82.7%
LAB82.8, -13.2, 46.3
XYZ53.4, 61.7, 25.9
Decimal13882229
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.34:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3D375;
}
.text-color {
color: #D3D375;
}
.border-color {
border: 2px solid #D3D375;
}