Shades of Dark Goldenrod #C58004
Tints of Dark Goldenrod #C58004
RGB
CMYK
RGB Variations
Color information
#C58004 (or 0xC58004) is known color: Dark Goldenrod. HEX triplet: C5, 80 and 04. RGB value is (197,128,4). Sum of RGB (Red+Green+Blue) = 197+128+4=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C58004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58004 is #3A7FFB. Grayscale: #878787. Windows color (decimal): -3833852 or 295109. OLE color: 295109.
HSL color Cylindrical-coordinate representation of color #C58004: hue angle of 38.55º 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 #C58004 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.23 |
| HSL | 38.55º | 0.96% | 0.39% | - |
| HSV(B) | 38.55º | 0.98% | 0.77% | - |
| XYZ | 30.77 | 27.32 | 3.77 | - |
| YUV | 134.5 | 54.36 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 4 | 0 | 0.35 | 0.98 | 0.23 | 38.55 | 0.96 | 0.39 |
| Hex | C5 | 80 | 4 | 0 | 23 | 62 | 17 | 27 | 60 | 27 |
| Octal | 305 | 200 | 4 | 0 | 43 | 142 | 27 | 47 | 140 | 47 |
| Binary | 11000101 | 10000000 | 100 | 0 | 100011 | 1100010 | 10111 | 100111 | 1100000 | 100111 |
Color Harmonies of #C58004
Complementary color
Monochromatic Colors of #C58004
Black with #C58004
Text Example
Text Example
White with #C58004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58004; }
p { color: rgb(197,128,4); }
H1.HeaderClassName
{
color: #C58004;
}
.AnyTagClassName
{
color: #C58004;
}
</style>
background-color css
<style>
a { background-color: #C58004; }
a { background-color: rgb(197,128,4); }
div.DivClassName
{
background-color: #C58004;
}
.BgClassName
{
background-color: #C58004;
}
</style>
border-color css
<style>
span { border-color: #C58004; }
span { border-color: rgb(197,128,4); }
td.TdClassName
{
border-color: #C58004;
}
.TagClassName
{
border-color: #C58004;
}
</style>