#926D00
A dark, vivid orange closely aligning with Darkgoldenrod.
About #926D00
At its core, #926D00 is a dark and vivid hue. Its closest recognized web color is Darkgoldenrod. This translates to an RGB value of rgb(146, 109, 0).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 25% Magenta, 100% Yellow, and 43% Black. With a hue angle of 44.8 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#926D00
RGB146, 109, 0
HSL44.8°, 100.0%, 28.6%
CMYK0%, 25%, 100%, 43%
HSV44.8°, 100.0%, 57.3%
LAB48.3, 6.2, 55.0
XYZ17.3, 17.0, 2.4
Decimal9596160
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.76:1
Text on #FFFFFF
AA
4.41:1
Text on #000000
AA Large
4.55:1
Text on #F8FAFC
AA
3.75:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #926D00;
}
.text-color {
color: #926D00;
}
.border-color {
border: 2px solid #926D00;
}