#D3B657
A medium, moderate yellow closely aligning with Darkkhaki.
About #D3B657
The precise color #D3B657 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkkhaki. This translates to an RGB value of rgb(211, 182, 87).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 14% M, 59% Y, and 17% K. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3B657
RGB211, 182, 87
HSL46.0°, 58.5%, 58.4%
CMYK0%, 14%, 59%, 17%
HSV46.0°, 58.8%, 82.7%
LAB74.8, -0.9, 51.3
XYZ45.3, 48.0, 15.9
Decimal13874775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.60:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3B657;
}
.text-color {
color: #D3B657;
}
.border-color {
border: 2px solid #D3B657;
}