#DB8307
A medium, vivid orange closely aligning with Darkorange.
About #DB8307
Visually, #DB8307 is defined as a vivid orange. Its closest recognized web color is Darkorange. This translates to an RGB value of rgb(219, 131, 7).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 40% M, 97% Y, and 14% K. The HSL representation is 35.1° hue, 93.8% saturation, and 44.3% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB8307
RGB219, 131, 7
HSL35.1°, 93.8%, 44.3%
CMYK0%, 40%, 97%, 14%
HSV35.1°, 96.8%, 85.9%
LAB62.8, 26.8, 67.8
XYZ37.4, 31.3, 4.3
Decimal14385927
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.89:1
Text on #FFFFFF
FAIL
7.26:1
Text on #000000
AAA
2.76:1
Text on #F8FAFC
FAIL
6.17:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB8307;
}
.text-color {
color: #DB8307;
}
.border-color {
border: 2px solid #DB8307;
}