Shades of Dark Goldenrod #C58E14
Tints of Dark Goldenrod #C58E14
RGB
CMYK
RGB Variations
Color information
#C58E14 (or 0xC58E14) is known color: Dark Goldenrod. HEX triplet: C5, 8E and 14. RGB value is (197,142,20). Sum of RGB (Red+Green+Blue) = 197+142+20=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58E14 is #3A71EB. Grayscale: #919191. Windows color (decimal): -3830252 or 1347269. OLE color: 1347269.
HSL color Cylindrical-coordinate representation of color #C58E14: hue angle of 41.36º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C58E14 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 20 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.23 |
| HSL | 41.36º | 0.82% | 0.43% | - |
| HSV(B) | 41.36º | 0.9% | 0.77% | - |
| XYZ | 32.83 | 31.27 | 4.97 | - |
| YUV | 144.54 | 57.72 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 20 | 0 | 0.28 | 0.90 | 0.23 | 41.36 | 0.82 | 0.43 |
| Hex | C5 | 8E | 14 | 0 | 1C | 5A | 17 | 29 | 52 | 2B |
| Octal | 305 | 216 | 24 | 0 | 34 | 132 | 27 | 51 | 122 | 53 |
| Binary | 11000101 | 10001110 | 10100 | 0 | 11100 | 1011010 | 10111 | 101001 | 1010010 | 101011 |
Color Harmonies of #C58E14
Complementary color
Monochromatic Colors of #C58E14
Black with #C58E14
Text Example
Text Example
White with #C58E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E14; }
p { color: rgb(197,142,20); }
H1.HeaderClassName
{
color: #C58E14;
}
.AnyTagClassName
{
color: #C58E14;
}
</style>
background-color css
<style>
a { background-color: #C58E14; }
a { background-color: rgb(197,142,20); }
div.DivClassName
{
background-color: #C58E14;
}
.BgClassName
{
background-color: #C58E14;
}
</style>
border-color css
<style>
span { border-color: #C58E14; }
span { border-color: rgb(197,142,20); }
td.TdClassName
{
border-color: #C58E14;
}
.TagClassName
{
border-color: #C58E14;
}
</style>