#DB920F
A medium, vivid orange closely aligning with Goldenrod.
About #DB920F
The precise color #DB920F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Goldenrod. This translates to an RGB value of rgb(219, 146, 15).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 33% M, 93% Y, and 14% K. With a hue angle of 38.5 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB920F
RGB219, 146, 15
HSL38.5°, 87.2%, 45.9%
CMYK0%, 33%, 93%, 14%
HSV38.5°, 93.2%, 85.9%
LAB66.3, 18.8, 69.0
XYZ39.6, 35.7, 5.2
Decimal14389775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.13:1
Text on #000000
AAA
2.47:1
Text on #F8FAFC
FAIL
6.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB920F;
}
.text-color {
color: #DB920F;
}
.border-color {
border: 2px solid #DB920F;
}