Shades of Dark Goldenrod #C58B04
Tints of Dark Goldenrod #C58B04
RGB
CMYK
RGB Variations
Color information
#C58B04 (or 0xC58B04) is known color: Dark Goldenrod. HEX triplet: C5, 8B and 04. RGB value is (197,139,4). Sum of RGB (Red+Green+Blue) = 197+139+4=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58B04 is #3A74FB. Grayscale: #8D8D8D. Windows color (decimal): -3831036 or 297925. OLE color: 297925.
HSL color Cylindrical-coordinate representation of color #C58B04: hue angle of 41.97º 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 #C58B04 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.23 |
| HSL | 41.97º | 0.96% | 0.39% | - |
| HSV(B) | 41.97º | 0.98% | 0.77% | - |
| XYZ | 32.28 | 30.34 | 4.27 | - |
| YUV | 140.95 | 50.72 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 4 | 0 | 0.29 | 0.98 | 0.23 | 41.97 | 0.96 | 0.39 |
| Hex | C5 | 8B | 4 | 0 | 1D | 62 | 17 | 2A | 60 | 27 |
| Octal | 305 | 213 | 4 | 0 | 35 | 142 | 27 | 52 | 140 | 47 |
| Binary | 11000101 | 10001011 | 100 | 0 | 11101 | 1100010 | 10111 | 101010 | 1100000 | 100111 |
Color Harmonies of #C58B04
Complementary color
Monochromatic Colors of #C58B04
Black with #C58B04
Text Example
Text Example
White with #C58B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58B04; }
p { color: rgb(197,139,4); }
H1.HeaderClassName
{
color: #C58B04;
}
.AnyTagClassName
{
color: #C58B04;
}
</style>
background-color css
<style>
a { background-color: #C58B04; }
a { background-color: rgb(197,139,4); }
div.DivClassName
{
background-color: #C58B04;
}
.BgClassName
{
background-color: #C58B04;
}
</style>
border-color css
<style>
span { border-color: #C58B04; }
span { border-color: rgb(197,139,4); }
td.TdClassName
{
border-color: #C58B04;
}
.TagClassName
{
border-color: #C58B04;
}
</style>