Shades of Dark Goldenrod #9C7B02
Tints of Dark Goldenrod #9C7B02
RGB
CMYK
RGB Variations
Color information
#9C7B02 (or 0x9C7B02) is known color: Dark Goldenrod. HEX triplet: 9C, 7B and 02. RGB value is (156,123,2). Sum of RGB (Red+Green+Blue) = 156+123+2=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7B02 is #6384FD. Grayscale: #777777. Windows color (decimal): -6522110 or 162716. OLE color: 162716.
HSL color Cylindrical-coordinate representation of color #9C7B02: hue angle of 47.14º 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 #9C7B02 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.39 |
| HSL | 47.14º | 0.97% | 0.31% | - |
| HSV(B) | 47.14º | 0.99% | 0.61% | - |
| XYZ | 20.8 | 21.24 | 3.06 | - |
| YUV | 119.07 | 61.93 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 2 | 0 | 0.21 | 0.99 | 0.39 | 47.14 | 0.97 | 0.31 |
| Hex | 9C | 7B | 2 | 0 | 15 | 63 | 27 | 2F | 61 | 1F |
| Octal | 234 | 173 | 2 | 0 | 25 | 143 | 47 | 57 | 141 | 37 |
| Binary | 10011100 | 1111011 | 10 | 0 | 10101 | 1100011 | 100111 | 101111 | 1100001 | 11111 |
Color Harmonies of #9C7B02
Complementary color
Monochromatic Colors of #9C7B02
Black with #9C7B02
Text Example
Text Example
White with #9C7B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B02; }
p { color: rgb(156,123,2); }
H1.HeaderClassName
{
color: #9C7B02;
}
.AnyTagClassName
{
color: #9C7B02;
}
</style>
background-color css
<style>
a { background-color: #9C7B02; }
a { background-color: rgb(156,123,2); }
div.DivClassName
{
background-color: #9C7B02;
}
.BgClassName
{
background-color: #9C7B02;
}
</style>
border-color css
<style>
span { border-color: #9C7B02; }
span { border-color: rgb(156,123,2); }
td.TdClassName
{
border-color: #9C7B02;
}
.TagClassName
{
border-color: #9C7B02;
}
</style>