Shades of Dark Goldenrod #9E8401
Tints of Dark Goldenrod #9E8401
RGB
CMYK
RGB Variations
Color information
#9E8401 (or 0x9E8401) is known color: Dark Goldenrod. HEX triplet: 9E, 84 and 01. RGB value is (158,132,1). Sum of RGB (Red+Green+Blue) = 158+132+1=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8401 is #617BFE. Grayscale: #7D7D7D. Windows color (decimal): -6388735 or 99486. OLE color: 99486.
HSL color Cylindrical-coordinate representation of color #9E8401: hue angle of 50.06º 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 #9E8401 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 132 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.38 |
| HSL | 50.06º | 0.99% | 0.31% | - |
| HSV(B) | 50.06º | 0.99% | 0.62% | - |
| XYZ | 22.36 | 23.77 | 3.44 | - |
| YUV | 124.84 | 58.11 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 132 | 1 | 0 | 0.16 | 0.99 | 0.38 | 50.06 | 0.99 | 0.31 |
| Hex | 9E | 84 | 1 | 0 | 10 | 63 | 26 | 32 | 63 | 1F |
| Octal | 236 | 204 | 1 | 0 | 20 | 143 | 46 | 62 | 143 | 37 |
| Binary | 10011110 | 10000100 | 1 | 0 | 10000 | 1100011 | 100110 | 110010 | 1100011 | 11111 |
Color Harmonies of #9E8401
Complementary color
Monochromatic Colors of #9E8401
Black with #9E8401
Text Example
Text Example
White with #9E8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8401; }
p { color: rgb(158,132,1); }
H1.HeaderClassName
{
color: #9E8401;
}
.AnyTagClassName
{
color: #9E8401;
}
</style>
background-color css
<style>
a { background-color: #9E8401; }
a { background-color: rgb(158,132,1); }
div.DivClassName
{
background-color: #9E8401;
}
.BgClassName
{
background-color: #9E8401;
}
</style>
border-color css
<style>
span { border-color: #9E8401; }
span { border-color: rgb(158,132,1); }
td.TdClassName
{
border-color: #9E8401;
}
.TagClassName
{
border-color: #9E8401;
}
</style>