#D3A85F
A light, moderate orange closely aligning with Burlywood.
About #D3A85F
The precise color #D3A85F is an excellent choice for modern design projects. It is closely associated with the named CSS color Burlywood. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 168, and 95.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 20% Magenta, 55% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D3A85F
RGB211, 168, 95
HSL37.8°, 56.9%, 60.0%
CMYK0%, 20%, 55%, 17%
HSV37.8°, 55.0%, 82.7%
LAB71.3, 7.2, 43.3
XYZ42.9, 42.7, 16.8
Decimal13871199
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.54:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A85F;
}
.text-color {
color: #D3A85F;
}
.border-color {
border: 2px solid #D3A85F;
}