#D3A075
A light, moderate orange closely aligning with Burlywood.
About #D3A075
At its core, #D3A075 is a light and moderate hue. 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, 160, and 117.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 24% Magenta, 45% Yellow, and 17% Black. With a hue angle of 27.4 degrees, it sits comfortably in the orange spectrum.
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#D3A075
RGB211, 160, 117
HSL27.4°, 51.6%, 64.3%
CMYK0%, 24%, 45%, 17%
HSV27.4°, 44.5%, 82.7%
LAB69.7, 13.5, 29.7
XYZ42.6, 40.3, 22.4
Decimal13869173
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.05:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A075;
}
.text-color {
color: #D3A075;
}
.border-color {
border: 2px solid #D3A075;
}