Shades of Dark Goldenrod #9C8003
Tints of Dark Goldenrod #9C8003
RGB
CMYK
RGB Variations
Color information
#9C8003 (or 0x9C8003) is known color: Dark Goldenrod. HEX triplet: 9C, 80 and 03. RGB value is (156,128,3). Sum of RGB (Red+Green+Blue) = 156+128+3=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8003 is #637FFC. Grayscale: #7A7A7A. Windows color (decimal): -6520829 or 229532. OLE color: 229532.
HSL color Cylindrical-coordinate representation of color #9C8003: hue angle of 49.02º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C8003 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 128 | 3 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.39 |
| HSL | 49.02º | 0.96% | 0.31% | - |
| HSV(B) | 49.02º | 0.98% | 0.61% | - |
| XYZ | 21.45 | 22.51 | 3.3 | - |
| YUV | 122.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 3 | 0 | 0.18 | 0.98 | 0.39 | 49.02 | 0.96 | 0.31 |
| Hex | 9C | 80 | 3 | 0 | 12 | 62 | 27 | 31 | 60 | 1F |
| Octal | 234 | 200 | 3 | 0 | 22 | 142 | 47 | 61 | 140 | 37 |
| Binary | 10011100 | 10000000 | 11 | 0 | 10010 | 1100010 | 100111 | 110001 | 1100000 | 11111 |
Color Harmonies of #9C8003
Complementary color
Monochromatic Colors of #9C8003
Black with #9C8003
Text Example
Text Example
White with #9C8003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8003; }
p { color: rgb(156,128,3); }
H1.HeaderClassName
{
color: #9C8003;
}
.AnyTagClassName
{
color: #9C8003;
}
</style>
background-color css
<style>
a { background-color: #9C8003; }
a { background-color: rgb(156,128,3); }
div.DivClassName
{
background-color: #9C8003;
}
.BgClassName
{
background-color: #9C8003;
}
</style>
border-color css
<style>
span { border-color: #9C8003; }
span { border-color: rgb(156,128,3); }
td.TdClassName
{
border-color: #9C8003;
}
.TagClassName
{
border-color: #9C8003;
}
</style>