#D38307
A medium, vivid orange closely aligning with Darkgoldenrod.
About #D38307
At its core, #D38307 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Darkgoldenrod. In the RGB color space, it consists of 211 red, 131 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 38% magenta, 97% yellow, and 17% black. With a hue angle of 36.5 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D38307
RGB211, 131, 7
HSL36.5°, 93.6%, 42.7%
CMYK0%, 38%, 97%, 17%
HSV36.5°, 96.7%, 82.7%
LAB61.7, 23.4, 66.6
XYZ35.0, 30.1, 4.2
Decimal13861639
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.99:1
Text on #FFFFFF
FAIL
7.02:1
Text on #000000
AAA
2.86:1
Text on #F8FAFC
FAIL
5.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D38307;
}
.text-color {
color: #D38307;
}
.border-color {
border: 2px solid #D38307;
}