Shades of Dark Goldenrod #C58D04
Tints of Dark Goldenrod #C58D04
RGB
CMYK
RGB Variations
Color information
#C58D04 (or 0xC58D04) is known color: Dark Goldenrod. HEX triplet: C5, 8D and 04. RGB value is (197,141,4). Sum of RGB (Red+Green+Blue) = 197+141+4=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58D04 is #3A72FB. Grayscale: #8E8E8E. Windows color (decimal): -3830524 or 298437. OLE color: 298437.
HSL color Cylindrical-coordinate representation of color #C58D04: hue angle of 42.59º 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 #C58D04 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 4 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.23 |
| HSL | 42.59º | 0.96% | 0.39% | - |
| HSV(B) | 42.59º | 0.98% | 0.77% | - |
| XYZ | 32.57 | 30.93 | 4.37 | - |
| YUV | 142.13 | 50.05 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 4 | 0 | 0.28 | 0.98 | 0.23 | 42.59 | 0.96 | 0.39 |
| Hex | C5 | 8D | 4 | 0 | 1C | 62 | 17 | 2B | 60 | 27 |
| Octal | 305 | 215 | 4 | 0 | 34 | 142 | 27 | 53 | 140 | 47 |
| Binary | 11000101 | 10001101 | 100 | 0 | 11100 | 1100010 | 10111 | 101011 | 1100000 | 100111 |
Color Harmonies of #C58D04
Complementary color
Monochromatic Colors of #C58D04
Black with #C58D04
Text Example
Text Example
White with #C58D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D04; }
p { color: rgb(197,141,4); }
H1.HeaderClassName
{
color: #C58D04;
}
.AnyTagClassName
{
color: #C58D04;
}
</style>
background-color css
<style>
a { background-color: #C58D04; }
a { background-color: rgb(197,141,4); }
div.DivClassName
{
background-color: #C58D04;
}
.BgClassName
{
background-color: #C58D04;
}
</style>
border-color css
<style>
span { border-color: #C58D04; }
span { border-color: rgb(197,141,4); }
td.TdClassName
{
border-color: #C58D04;
}
.TagClassName
{
border-color: #C58D04;
}
</style>