Shades of Dark Goldenrod #C58904
Tints of Dark Goldenrod #C58904
RGB
CMYK
RGB Variations
Color information
#C58904 (or 0xC58904) is known color: Dark Goldenrod. HEX triplet: C5, 89 and 04. RGB value is (197,137,4). Sum of RGB (Red+Green+Blue) = 197+137+4=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C58904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58904 is #3A76FB. Grayscale: #8C8C8C. Windows color (decimal): -3831548 or 297413. OLE color: 297413.
HSL color Cylindrical-coordinate representation of color #C58904: hue angle of 41.35º 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 #C58904 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.23 |
| HSL | 41.35º | 0.96% | 0.39% | - |
| HSV(B) | 41.35º | 0.98% | 0.77% | - |
| XYZ | 31.99 | 29.77 | 4.17 | - |
| YUV | 139.78 | 51.38 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 4 | 0 | 0.30 | 0.98 | 0.23 | 41.35 | 0.96 | 0.39 |
| Hex | C5 | 89 | 4 | 0 | 1E | 62 | 17 | 29 | 60 | 27 |
| Octal | 305 | 211 | 4 | 0 | 36 | 142 | 27 | 51 | 140 | 47 |
| Binary | 11000101 | 10001001 | 100 | 0 | 11110 | 1100010 | 10111 | 101001 | 1100000 | 100111 |
Color Harmonies of #C58904
Complementary color
Monochromatic Colors of #C58904
Black with #C58904
Text Example
Text Example
White with #C58904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58904; }
p { color: rgb(197,137,4); }
H1.HeaderClassName
{
color: #C58904;
}
.AnyTagClassName
{
color: #C58904;
}
</style>
background-color css
<style>
a { background-color: #C58904; }
a { background-color: rgb(197,137,4); }
div.DivClassName
{
background-color: #C58904;
}
.BgClassName
{
background-color: #C58904;
}
</style>
border-color css
<style>
span { border-color: #C58904; }
span { border-color: rgb(197,137,4); }
td.TdClassName
{
border-color: #C58904;
}
.TagClassName
{
border-color: #C58904;
}
</style>