Shades of Dark Goldenrod #9E8503
Tints of Dark Goldenrod #9E8503
RGB
CMYK
RGB Variations
Color information
#9E8503 (or 0x9E8503) is known color: Dark Goldenrod. HEX triplet: 9E, 85 and 03. RGB value is (158,133,3). Sum of RGB (Red+Green+Blue) = 158+133+3=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8503 is #617AFC. Grayscale: #7E7E7E. Windows color (decimal): -6388477 or 230814. OLE color: 230814.
HSL color Cylindrical-coordinate representation of color #9E8503: hue angle of 50.32º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E8503 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 133 | 3 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.38 |
| HSL | 50.32º | 0.96% | 0.32% | - |
| HSV(B) | 50.32º | 0.98% | 0.62% | - |
| XYZ | 22.5 | 24.05 | 3.54 | - |
| YUV | 125.66 | 58.78 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 3 | 0 | 0.16 | 0.98 | 0.38 | 50.32 | 0.96 | 0.32 |
| Hex | 9E | 85 | 3 | 0 | 10 | 62 | 26 | 32 | 60 | 20 |
| Octal | 236 | 205 | 3 | 0 | 20 | 142 | 46 | 62 | 140 | 40 |
| Binary | 10011110 | 10000101 | 11 | 0 | 10000 | 1100010 | 100110 | 110010 | 1100000 | 100000 |
Color Harmonies of #9E8503
Complementary color
Monochromatic Colors of #9E8503
Black with #9E8503
Text Example
Text Example
White with #9E8503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8503; }
p { color: rgb(158,133,3); }
H1.HeaderClassName
{
color: #9E8503;
}
.AnyTagClassName
{
color: #9E8503;
}
</style>
background-color css
<style>
a { background-color: #9E8503; }
a { background-color: rgb(158,133,3); }
div.DivClassName
{
background-color: #9E8503;
}
.BgClassName
{
background-color: #9E8503;
}
</style>
border-color css
<style>
span { border-color: #9E8503; }
span { border-color: rgb(158,133,3); }
td.TdClassName
{
border-color: #9E8503;
}
.TagClassName
{
border-color: #9E8503;
}
</style>