#DBB67C
A light, moderate orange closely aligning with Burlywood.
About #DBB67C
Visually, #DBB67C is defined as a moderate orange. Designers often compare it to the standard color Burlywood. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 182, and 124.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 17% magenta inks. The HSL representation is 36.6° hue, 56.9% saturation, and 67.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBB67C
RGB219, 182, 124
HSL36.6°, 56.9%, 67.3%
CMYK0%, 17%, 43%, 14%
HSV36.6°, 43.4%, 85.9%
LAB76.1, 5.7, 34.5
XYZ49.6, 50.0, 26.1
Decimal14399100
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
10.99:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBB67C;
}
.text-color {
color: #DBB67C;
}
.border-color {
border: 2px solid #DBB67C;
}