#D3BD5F
A light, moderate yellow closely aligning with Darkkhaki.
About #D3BD5F
The hex code #D3BD5F represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Darkkhaki. This translates to an RGB value of rgb(211, 189, 95).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 10% Magenta, 55% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3BD5F
RGB211, 189, 95
HSL48.6°, 56.9%, 60.0%
CMYK0%, 10%, 55%, 17%
HSV48.6°, 55.0%, 82.7%
LAB76.7, -3.9, 49.7
XYZ47.1, 51.1, 18.2
Decimal13876575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.21:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3BD5F;
}
.text-color {
color: #D3BD5F;
}
.border-color {
border: 2px solid #D3BD5F;
}