#DBB650
A medium, moderate orange closely aligning with Goldenrod.
About #DBB650
At its core, #DBB650 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Goldenrod. In the RGB color space, it consists of 219 red, 182 green, and 80 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 17% M, 63% Y, and 14% K. The HSL representation is 44.0° hue, 65.9% saturation, and 58.6% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBB650
RGB219, 182, 80
HSL44.0°, 65.9%, 58.6%
CMYK0%, 17%, 63%, 14%
HSV44.0°, 63.5%, 85.9%
LAB75.5, 2.0, 55.5
XYZ47.4, 49.1, 14.6
Decimal14399056
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.82:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBB650;
}
.text-color {
color: #DBB650;
}
.border-color {
border: 2px solid #DBB650;
}