Shades of Dark Goldenrod #9E8501
Tints of Dark Goldenrod #9E8501
RGB
CMYK
RGB Variations
Color information
#9E8501 (or 0x9E8501) is known color: Dark Goldenrod. HEX triplet: 9E, 85 and 01. RGB value is (158,133,1). Sum of RGB (Red+Green+Blue) = 158+133+1=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8501 is #617AFE. Grayscale: #7D7D7D. Windows color (decimal): -6388479 or 99742. OLE color: 99742.
HSL color Cylindrical-coordinate representation of color #9E8501: hue angle of 50.45º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E8501 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 133 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.38 |
| HSL | 50.45º | 0.99% | 0.31% | - |
| HSV(B) | 50.45º | 0.99% | 0.62% | - |
| XYZ | 22.49 | 24.05 | 3.48 | - |
| YUV | 125.43 | 57.78 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 1 | 0 | 0.16 | 0.99 | 0.38 | 50.45 | 0.99 | 0.31 |
| Hex | 9E | 85 | 1 | 0 | 10 | 63 | 26 | 32 | 63 | 1F |
| Octal | 236 | 205 | 1 | 0 | 20 | 143 | 46 | 62 | 143 | 37 |
| Binary | 10011110 | 10000101 | 1 | 0 | 10000 | 1100011 | 100110 | 110010 | 1100011 | 11111 |
Color Harmonies of #9E8501
Complementary color
Monochromatic Colors of #9E8501
Black with #9E8501
Text Example
Text Example
White with #9E8501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8501; }
p { color: rgb(158,133,1); }
H1.HeaderClassName
{
color: #9E8501;
}
.AnyTagClassName
{
color: #9E8501;
}
</style>
background-color css
<style>
a { background-color: #9E8501; }
a { background-color: rgb(158,133,1); }
div.DivClassName
{
background-color: #9E8501;
}
.BgClassName
{
background-color: #9E8501;
}
</style>
border-color css
<style>
span { border-color: #9E8501; }
span { border-color: rgb(158,133,1); }
td.TdClassName
{
border-color: #9E8501;
}
.TagClassName
{
border-color: #9E8501;
}
</style>