Shades of Dark Goldenrod #C58802
Tints of Dark Goldenrod #C58802
RGB
CMYK
RGB Variations
Color information
#C58802 (or 0xC58802) is known color: Dark Goldenrod. HEX triplet: C5, 88 and 02. RGB value is (197,136,2). Sum of RGB (Red+Green+Blue) = 197+136+2=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C58802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58802 is #3A77FD. Grayscale: #8B8B8B. Windows color (decimal): -3831806 or 166085. OLE color: 166085.
HSL color Cylindrical-coordinate representation of color #C58802: hue angle of 41.23º 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 #C58802 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.23 |
| HSL | 41.23º | 0.98% | 0.39% | - |
| HSV(B) | 41.23º | 0.99% | 0.77% | - |
| XYZ | 31.84 | 29.48 | 4.07 | - |
| YUV | 138.96 | 50.71 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 2 | 0 | 0.31 | 0.99 | 0.23 | 41.23 | 0.98 | 0.39 |
| Hex | C5 | 88 | 2 | 0 | 1F | 63 | 17 | 29 | 62 | 27 |
| Octal | 305 | 210 | 2 | 0 | 37 | 143 | 27 | 51 | 142 | 47 |
| Binary | 11000101 | 10001000 | 10 | 0 | 11111 | 1100011 | 10111 | 101001 | 1100010 | 100111 |
Color Harmonies of #C58802
Complementary color
Monochromatic Colors of #C58802
Black with #C58802
Text Example
Text Example
White with #C58802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58802; }
p { color: rgb(197,136,2); }
H1.HeaderClassName
{
color: #C58802;
}
.AnyTagClassName
{
color: #C58802;
}
</style>
background-color css
<style>
a { background-color: #C58802; }
a { background-color: rgb(197,136,2); }
div.DivClassName
{
background-color: #C58802;
}
.BgClassName
{
background-color: #C58802;
}
</style>
border-color css
<style>
span { border-color: #C58802; }
span { border-color: rgb(197,136,2); }
td.TdClassName
{
border-color: #C58802;
}
.TagClassName
{
border-color: #C58802;
}
</style>