Shades of Dark Goldenrod #C58902
Tints of Dark Goldenrod #C58902
RGB
CMYK
RGB Variations
Color information
#C58902 (or 0xC58902) is known color: Dark Goldenrod. HEX triplet: C5, 89 and 02. RGB value is (197,137,2). Sum of RGB (Red+Green+Blue) = 197+137+2=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C58902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58902 is #3A76FD. Grayscale: #8C8C8C. Windows color (decimal): -3831550 or 166341. OLE color: 166341.
HSL color Cylindrical-coordinate representation of color #C58902: hue angle of 41.54º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C58902 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.23 |
| HSL | 41.54º | 0.98% | 0.39% | - |
| HSV(B) | 41.54º | 0.99% | 0.77% | - |
| XYZ | 31.98 | 29.77 | 4.12 | - |
| YUV | 139.55 | 50.38 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 2 | 0 | 0.30 | 0.99 | 0.23 | 41.54 | 0.98 | 0.39 |
| Hex | C5 | 89 | 2 | 0 | 1E | 63 | 17 | 2A | 62 | 27 |
| Octal | 305 | 211 | 2 | 0 | 36 | 143 | 27 | 52 | 142 | 47 |
| Binary | 11000101 | 10001001 | 10 | 0 | 11110 | 1100011 | 10111 | 101010 | 1100010 | 100111 |
Color Harmonies of #C58902
Complementary color
Monochromatic Colors of #C58902
Black with #C58902
Text Example
Text Example
White with #C58902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58902; }
p { color: rgb(197,137,2); }
H1.HeaderClassName
{
color: #C58902;
}
.AnyTagClassName
{
color: #C58902;
}
</style>
background-color css
<style>
a { background-color: #C58902; }
a { background-color: rgb(197,137,2); }
div.DivClassName
{
background-color: #C58902;
}
.BgClassName
{
background-color: #C58902;
}
</style>
border-color css
<style>
span { border-color: #C58902; }
span { border-color: rgb(197,137,2); }
td.TdClassName
{
border-color: #C58902;
}
.TagClassName
{
border-color: #C58902;
}
</style>