#99750F
A dark, vivid orange closely aligning with Darkgoldenrod.
About #99750F
When working with digital screens, the color #99750F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkgoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 117, and 15.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 24% Magenta, 90% Yellow, and 40% Black. The HSL representation is 44.3° hue, 82.1% saturation, and 32.9% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark 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#99750F
RGB153, 117, 15
HSL44.3°, 82.1%, 32.9%
CMYK0%, 24%, 90%, 40%
HSV44.3°, 90.2%, 60.0%
LAB51.3, 5.2, 54.4
XYZ19.6, 19.5, 3.2
Decimal10056975
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.28:1
Text on #FFFFFF
AA Large
4.91:1
Text on #000000
AA
4.09:1
Text on #F8FAFC
AA Large
4.17:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #99750F;
}
.text-color {
color: #99750F;
}
.border-color {
border: 2px solid #99750F;
}