Shades of Dark Goldenrod #9E8500
Tints of Dark Goldenrod #9E8500
RGB
CMYK
RGB Variations
Color information
#9E8500 (or 0x9E8500) is known color: Dark Goldenrod. HEX triplet: 9E, 85 and 00. RGB value is (158,133,0). Sum of RGB (Red+Green+Blue) = 158+133+0=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8500 is #617AFF. Grayscale: #7D7D7D. Windows color (decimal): -6388480 or 34206. OLE color: 34206.
HSL color Cylindrical-coordinate representation of color #9E8500: hue angle of 50.51º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E8500 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 133 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.38 |
| HSL | 50.51º | 1% | 0.31% | - |
| HSV(B) | 50.51º | 1% | 0.62% | - |
| XYZ | 22.49 | 24.04 | 3.46 | - |
| YUV | 125.31 | 57.28 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 0 | 0 | 0.16 | 1 | 0.38 | 50.51 | 1 | 0.31 |
| Hex | 9E | 85 | 0 | 0 | 10 | 64 | 26 | 33 | 64 | 1F |
| Octal | 236 | 205 | 0 | 0 | 20 | 144 | 46 | 63 | 144 | 37 |
| Binary | 10011110 | 10000101 | 0 | 0 | 10000 | 1100100 | 100110 | 110011 | 1100100 | 11111 |
Color Harmonies of #9E8500
Complementary color
Monochromatic Colors of #9E8500
Black with #9E8500
Text Example
Text Example
White with #9E8500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8500; }
p { color: rgb(158,133,0); }
H1.HeaderClassName
{
color: #9E8500;
}
.AnyTagClassName
{
color: #9E8500;
}
</style>
background-color css
<style>
a { background-color: #9E8500; }
a { background-color: rgb(158,133,0); }
div.DivClassName
{
background-color: #9E8500;
}
.BgClassName
{
background-color: #9E8500;
}
</style>
border-color css
<style>
span { border-color: #9E8500; }
span { border-color: rgb(158,133,0); }
td.TdClassName
{
border-color: #9E8500;
}
.TagClassName
{
border-color: #9E8500;
}
</style>