Shades of Dark Goldenrod #9C8203
Tints of Dark Goldenrod #9C8203
RGB
CMYK
RGB Variations
Color information
#9C8203 (or 0x9C8203) is known color: Dark Goldenrod. HEX triplet: 9C, 82 and 03. RGB value is (156,130,3). Sum of RGB (Red+Green+Blue) = 156+130+3=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8203 is #637DFC. Grayscale: #7B7B7B. Windows color (decimal): -6520317 or 230044. OLE color: 230044.
HSL color Cylindrical-coordinate representation of color #9C8203: hue angle of 49.8º 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 #9C8203 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 3 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.39 |
| HSL | 49.8º | 0.96% | 0.31% | - |
| HSV(B) | 49.8º | 0.98% | 0.61% | - |
| XYZ | 21.71 | 23.04 | 3.39 | - |
| YUV | 123.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 3 | 0 | 0.17 | 0.98 | 0.39 | 49.8 | 0.96 | 0.31 |
| Hex | 9C | 82 | 3 | 0 | 11 | 62 | 27 | 32 | 60 | 1F |
| Octal | 234 | 202 | 3 | 0 | 21 | 142 | 47 | 62 | 140 | 37 |
| Binary | 10011100 | 10000010 | 11 | 0 | 10001 | 1100010 | 100111 | 110010 | 1100000 | 11111 |
Color Harmonies of #9C8203
Complementary color
Monochromatic Colors of #9C8203
Black with #9C8203
Text Example
Text Example
White with #9C8203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8203; }
p { color: rgb(156,130,3); }
H1.HeaderClassName
{
color: #9C8203;
}
.AnyTagClassName
{
color: #9C8203;
}
</style>
background-color css
<style>
a { background-color: #9C8203; }
a { background-color: rgb(156,130,3); }
div.DivClassName
{
background-color: #9C8203;
}
.BgClassName
{
background-color: #9C8203;
}
</style>
border-color css
<style>
span { border-color: #9C8203; }
span { border-color: rgb(156,130,3); }
td.TdClassName
{
border-color: #9C8203;
}
.TagClassName
{
border-color: #9C8203;
}
</style>