#DBA042
A medium, moderate orange closely aligning with Darkgoldenrod.
About #DBA042
Visually, #DBA042 is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Darkgoldenrod. Its digital footprint relies on 219 parts red, 160 parts green, and 66 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 27% Magenta, 70% Yellow, and 14% Black. The HSL representation is 36.9° hue, 68.0% saturation, and 55.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBA042
RGB219, 160, 66
HSL36.9°, 68.0%, 55.9%
CMYK0%, 27%, 70%, 14%
HSV36.9°, 69.9%, 85.9%
LAB69.9, 12.9, 55.7
XYZ42.8, 40.6, 10.7
Decimal14393410
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.12:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBA042;
}
.text-color {
color: #DBA042;
}
.border-color {
border: 2px solid #DBA042;
}