Shades of Dark Goldenrod #9C7E02
Tints of Dark Goldenrod #9C7E02
RGB
CMYK
RGB Variations
Color information
#9C7E02 (or 0x9C7E02) is known color: Dark Goldenrod. HEX triplet: 9C, 7E and 02. RGB value is (156,126,2). Sum of RGB (Red+Green+Blue) = 156+126+2=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 126 (49.61% from 255 or 44.37% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7E02 is #6381FD. Grayscale: #797979. Windows color (decimal): -6521342 or 163484. OLE color: 163484.
HSL color Cylindrical-coordinate representation of color #9C7E02: hue angle of 48.31º degrees, saturation: 0.97, 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 #9C7E02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 126 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.39 |
| HSL | 48.31º | 0.97% | 0.31% | - |
| HSV(B) | 48.31º | 0.99% | 0.61% | - |
| XYZ | 21.18 | 21.99 | 3.19 | - |
| YUV | 120.83 | 60.94 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 2 | 0 | 0.19 | 0.99 | 0.39 | 48.31 | 0.97 | 0.31 |
| Hex | 9C | 7E | 2 | 0 | 13 | 63 | 27 | 30 | 61 | 1F |
| Octal | 234 | 176 | 2 | 0 | 23 | 143 | 47 | 60 | 141 | 37 |
| Binary | 10011100 | 1111110 | 10 | 0 | 10011 | 1100011 | 100111 | 110000 | 1100001 | 11111 |
Color Harmonies of #9C7E02
Complementary color
Monochromatic Colors of #9C7E02
Black with #9C7E02
Text Example
Text Example
White with #9C7E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7E02; }
p { color: rgb(156,126,2); }
H1.HeaderClassName
{
color: #9C7E02;
}
.AnyTagClassName
{
color: #9C7E02;
}
</style>
background-color css
<style>
a { background-color: #9C7E02; }
a { background-color: rgb(156,126,2); }
div.DivClassName
{
background-color: #9C7E02;
}
.BgClassName
{
background-color: #9C7E02;
}
</style>
border-color css
<style>
span { border-color: #9C7E02; }
span { border-color: rgb(156,126,2); }
td.TdClassName
{
border-color: #9C7E02;
}
.TagClassName
{
border-color: #9C7E02;
}
</style>