#DBA82C
A medium, vivid orange closely aligning with Goldenrod.
About #DBA82C
Visually, #DBA82C is defined as a vivid orange. It is closely associated with the named CSS color Goldenrod. Its digital footprint relies on 219 parts red, 168 parts green, and 44 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 23% M, 80% Y, and 14% K. The HSL representation is 42.5° hue, 70.9% saturation, and 51.6% lightness.
Contrast ratios determine whether this color is safe for typography. 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#DBA82C
RGB219, 168, 44
HSL42.5°, 70.9%, 51.6%
CMYK0%, 23%, 80%, 14%
HSV42.5°, 79.9%, 85.9%
LAB71.7, 7.7, 66.0
XYZ43.7, 43.2, 8.4
Decimal14395436
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.18:1
Text on #FFFFFF
FAIL
9.65:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBA82C;
}
.text-color {
color: #DBA82C;
}
.border-color {
border: 2px solid #DBA82C;
}