Shades of Dark Goldenrod #9E8803
Tints of Dark Goldenrod #9E8803
RGB
CMYK
RGB Variations
Color information
#9E8803 (or 0x9E8803) is known color: Dark Goldenrod. HEX triplet: 9E, 88 and 03. RGB value is (158,136,3). Sum of RGB (Red+Green+Blue) = 158+136+3=297 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.20% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8803 is #6177FC. Grayscale: #7F7F7F. Windows color (decimal): -6387709 or 231582. OLE color: 231582.
HSL color Cylindrical-coordinate representation of color #9E8803: hue angle of 51.48º 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 #9E8803 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 136 | 3 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.38 |
| HSL | 51.48º | 0.96% | 0.32% | - |
| HSV(B) | 51.48º | 0.98% | 0.62% | - |
| XYZ | 22.92 | 24.88 | 3.68 | - |
| YUV | 127.42 | 57.79 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 3 | 0 | 0.14 | 0.98 | 0.38 | 51.48 | 0.96 | 0.32 |
| Hex | 9E | 88 | 3 | 0 | E | 62 | 26 | 33 | 60 | 20 |
| Octal | 236 | 210 | 3 | 0 | 16 | 142 | 46 | 63 | 140 | 40 |
| Binary | 10011110 | 10001000 | 11 | 0 | 1110 | 1100010 | 100110 | 110011 | 1100000 | 100000 |
Color Harmonies of #9E8803
Complementary color
Monochromatic Colors of #9E8803
Black with #9E8803
Text Example
Text Example
White with #9E8803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8803; }
p { color: rgb(158,136,3); }
H1.HeaderClassName
{
color: #9E8803;
}
.AnyTagClassName
{
color: #9E8803;
}
</style>
background-color css
<style>
a { background-color: #9E8803; }
a { background-color: rgb(158,136,3); }
div.DivClassName
{
background-color: #9E8803;
}
.BgClassName
{
background-color: #9E8803;
}
</style>
border-color css
<style>
span { border-color: #9E8803; }
span { border-color: rgb(158,136,3); }
td.TdClassName
{
border-color: #9E8803;
}
.TagClassName
{
border-color: #9E8803;
}
</style>