Shades of Dark Goldenrod #9C8001
Tints of Dark Goldenrod #9C8001
RGB
CMYK
RGB Variations
Color information
#9C8001 (or 0x9C8001) is known color: Dark Goldenrod. HEX triplet: 9C, 80 and 01. RGB value is (156,128,1). Sum of RGB (Red+Green+Blue) = 156+128+1=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8001 is #637FFE. Grayscale: #7A7A7A. Windows color (decimal): -6520831 or 98460. OLE color: 98460.
HSL color Cylindrical-coordinate representation of color #9C8001: hue angle of 49.16º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C8001 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 128 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.39 |
| HSL | 49.16º | 0.99% | 0.31% | - |
| HSV(B) | 49.16º | 0.99% | 0.61% | - |
| XYZ | 21.43 | 22.51 | 3.24 | - |
| YUV | 121.89 | 59.78 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 1 | 0 | 0.18 | 0.99 | 0.39 | 49.16 | 0.99 | 0.31 |
| Hex | 9C | 80 | 1 | 0 | 12 | 63 | 27 | 31 | 63 | 1F |
| Octal | 234 | 200 | 1 | 0 | 22 | 143 | 47 | 61 | 143 | 37 |
| Binary | 10011100 | 10000000 | 1 | 0 | 10010 | 1100011 | 100111 | 110001 | 1100011 | 11111 |
Color Harmonies of #9C8001
Complementary color
Monochromatic Colors of #9C8001
Black with #9C8001
Text Example
Text Example
White with #9C8001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8001; }
p { color: rgb(156,128,1); }
H1.HeaderClassName
{
color: #9C8001;
}
.AnyTagClassName
{
color: #9C8001;
}
</style>
background-color css
<style>
a { background-color: #9C8001; }
a { background-color: rgb(156,128,1); }
div.DivClassName
{
background-color: #9C8001;
}
.BgClassName
{
background-color: #9C8001;
}
</style>
border-color css
<style>
span { border-color: #9C8001; }
span { border-color: rgb(156,128,1); }
td.TdClassName
{
border-color: #9C8001;
}
.TagClassName
{
border-color: #9C8001;
}
</style>