Shades of Dark Goldenrod #C58913
Tints of Dark Goldenrod #C58913
RGB
CMYK
RGB Variations
Color information
#C58913 (or 0xC58913) is known color: Dark Goldenrod. HEX triplet: C5, 89 and 13. RGB value is (197,137,19). Sum of RGB (Red+Green+Blue) = 197+137+19=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C58913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58913 is #3A76EC. Grayscale: #8E8E8E. Windows color (decimal): -3831533 or 1280453. OLE color: 1280453.
HSL color Cylindrical-coordinate representation of color #C58913: hue angle of 39.78º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C58913 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 19 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.23 |
| HSL | 39.78º | 0.82% | 0.42% | - |
| HSV(B) | 39.78º | 0.9% | 0.77% | - |
| XYZ | 32.09 | 29.81 | 4.68 | - |
| YUV | 141.49 | 58.88 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 19 | 0 | 0.30 | 0.90 | 0.23 | 39.78 | 0.82 | 0.42 |
| Hex | C5 | 89 | 13 | 0 | 1E | 5A | 17 | 28 | 52 | 2A |
| Octal | 305 | 211 | 23 | 0 | 36 | 132 | 27 | 50 | 122 | 52 |
| Binary | 11000101 | 10001001 | 10011 | 0 | 11110 | 1011010 | 10111 | 101000 | 1010010 | 101010 |
Color Harmonies of #C58913
Complementary color
Monochromatic Colors of #C58913
Black with #C58913
Text Example
Text Example
White with #C58913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58913; }
p { color: rgb(197,137,19); }
H1.HeaderClassName
{
color: #C58913;
}
.AnyTagClassName
{
color: #C58913;
}
</style>
background-color css
<style>
a { background-color: #C58913; }
a { background-color: rgb(197,137,19); }
div.DivClassName
{
background-color: #C58913;
}
.BgClassName
{
background-color: #C58913;
}
</style>
border-color css
<style>
span { border-color: #C58913; }
span { border-color: rgb(197,137,19); }
td.TdClassName
{
border-color: #C58913;
}
.TagClassName
{
border-color: #C58913;
}
</style>