#D3BD66
A light, moderate yellow closely aligning with Darkkhaki.
About #D3BD66
Visually, #D3BD66 is defined as a moderate yellow. It is closely associated with the named CSS color Darkkhaki. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 189, and 102.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 10% magenta, 52% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#D3BD66
RGB211, 189, 102
HSL47.9°, 55.3%, 61.4%
CMYK0%, 10%, 52%, 17%
HSV47.9°, 51.7%, 82.7%
LAB76.8, -3.3, 46.4
XYZ47.5, 51.2, 20.0
Decimal13876582
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.24:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3BD66;
}
.text-color {
color: #D3BD66;
}
.border-color {
border: 2px solid #D3BD66;
}