Shades of Dark Goldenrod #C58213
Tints of Dark Goldenrod #C58213
RGB
CMYK
RGB Variations
Color information
#C58213 (or 0xC58213) is known color: Dark Goldenrod. HEX triplet: C5, 82 and 13. RGB value is (197,130,19). Sum of RGB (Red+Green+Blue) = 197+130+19=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C58213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58213 is #3A7DEC. Grayscale: #898989. Windows color (decimal): -3833325 or 1278661. OLE color: 1278661.
HSL color Cylindrical-coordinate representation of color #C58213: hue angle of 37.42º 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 #C58213 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 19 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.23 |
| HSL | 37.42º | 0.82% | 0.42% | - |
| HSV(B) | 37.42º | 0.9% | 0.77% | - |
| XYZ | 31.13 | 27.88 | 4.36 | - |
| YUV | 137.38 | 61.2 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 19 | 0 | 0.34 | 0.90 | 0.23 | 37.42 | 0.82 | 0.42 |
| Hex | C5 | 82 | 13 | 0 | 22 | 5A | 17 | 25 | 52 | 2A |
| Octal | 305 | 202 | 23 | 0 | 42 | 132 | 27 | 45 | 122 | 52 |
| Binary | 11000101 | 10000010 | 10011 | 0 | 100010 | 1011010 | 10111 | 100101 | 1010010 | 101010 |
Color Harmonies of #C58213
Complementary color
Monochromatic Colors of #C58213
Black with #C58213
Text Example
Text Example
White with #C58213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58213; }
p { color: rgb(197,130,19); }
H1.HeaderClassName
{
color: #C58213;
}
.AnyTagClassName
{
color: #C58213;
}
</style>
background-color css
<style>
a { background-color: #C58213; }
a { background-color: rgb(197,130,19); }
div.DivClassName
{
background-color: #C58213;
}
.BgClassName
{
background-color: #C58213;
}
</style>
border-color css
<style>
span { border-color: #C58213; }
span { border-color: rgb(197,130,19); }
td.TdClassName
{
border-color: #C58213;
}
.TagClassName
{
border-color: #C58213;
}
</style>