Shades of Dark Goldenrod #C58804
Tints of Dark Goldenrod #C58804
RGB
CMYK
RGB Variations
Color information
#C58804 (or 0xC58804) is known color: Dark Goldenrod. HEX triplet: C5, 88 and 04. RGB value is (197,136,4). Sum of RGB (Red+Green+Blue) = 197+136+4=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C58804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58804 is #3A77FB. Grayscale: #8B8B8B. Windows color (decimal): -3831804 or 297157. OLE color: 297157.
HSL color Cylindrical-coordinate representation of color #C58804: hue angle of 41.04º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C58804 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.23 |
| HSL | 41.04º | 0.96% | 0.39% | - |
| HSV(B) | 41.04º | 0.98% | 0.77% | - |
| XYZ | 31.85 | 29.49 | 4.13 | - |
| YUV | 139.19 | 51.71 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 4 | 0 | 0.31 | 0.98 | 0.23 | 41.04 | 0.96 | 0.39 |
| Hex | C5 | 88 | 4 | 0 | 1F | 62 | 17 | 29 | 60 | 27 |
| Octal | 305 | 210 | 4 | 0 | 37 | 142 | 27 | 51 | 140 | 47 |
| Binary | 11000101 | 10001000 | 100 | 0 | 11111 | 1100010 | 10111 | 101001 | 1100000 | 100111 |
Color Harmonies of #C58804
Complementary color
Monochromatic Colors of #C58804
Black with #C58804
Text Example
Text Example
White with #C58804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58804; }
p { color: rgb(197,136,4); }
H1.HeaderClassName
{
color: #C58804;
}
.AnyTagClassName
{
color: #C58804;
}
</style>
background-color css
<style>
a { background-color: #C58804; }
a { background-color: rgb(197,136,4); }
div.DivClassName
{
background-color: #C58804;
}
.BgClassName
{
background-color: #C58804;
}
</style>
border-color css
<style>
span { border-color: #C58804; }
span { border-color: rgb(197,136,4); }
td.TdClassName
{
border-color: #C58804;
}
.TagClassName
{
border-color: #C58804;
}
</style>