#D3AF75
A light, moderate orange closely aligning with Burlywood.
About #D3AF75
Visually, #D3AF75 is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Burlywood. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 175, and 117.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 17% M, 45% Y, and 17% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3AF75
RGB211, 175, 117
HSL37.0°, 51.6%, 64.3%
CMYK0%, 17%, 45%, 17%
HSV37.0°, 44.5%, 82.7%
LAB73.4, 5.5, 34.6
XYZ45.4, 45.8, 23.3
Decimal13873013
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.16:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3AF75;
}
.text-color {
color: #D3AF75;
}
.border-color {
border: 2px solid #D3AF75;
}