#D3B65F
A light, moderate yellow closely aligning with Darkkhaki.
About #D3B65F
Visually, #D3B65F is defined as a moderate yellow. Its closest recognized web color is Darkkhaki. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 182, and 95.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 14% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#D3B65F
RGB211, 182, 95
HSL45.0°, 56.9%, 60.0%
CMYK0%, 14%, 55%, 17%
HSV45.0°, 55.0%, 82.7%
LAB74.9, -0.3, 47.6
XYZ45.7, 48.1, 17.7
Decimal13874783
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.63:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3B65F;
}
.text-color {
color: #D3B65F;
}
.border-color {
border: 2px solid #D3B65F;
}