#D3A86D
A light, moderate orange closely aligning with Burlywood.
About #D3A86D
Visually, #D3A86D is defined as a moderate orange. Its closest recognized web color is Burlywood. In the RGB color space, it consists of 211 red, 168 green, and 109 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 20% Magenta, 48% Yellow, and 17% Black. With a hue angle of 34.7 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3A86D
RGB211, 168, 109
HSL34.7°, 53.7%, 62.7%
CMYK0%, 20%, 48%, 17%
HSV34.7°, 48.3%, 82.7%
LAB71.5, 8.4, 36.4
XYZ43.6, 43.0, 20.5
Decimal13871213
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.59:1
Text on #000000
AAA
2.09:1
Text on #F8FAFC
FAIL
8.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A86D;
}
.text-color {
color: #D3A86D;
}
.border-color {
border: 2px solid #D3A86D;
}