Shades of Dark Goldenrod #C58E12
Tints of Dark Goldenrod #C58E12
RGB
CMYK
RGB Variations
Color information
#C58E12 (or 0xC58E12) is known color: Dark Goldenrod. HEX triplet: C5, 8E and 12. RGB value is (197,142,18). Sum of RGB (Red+Green+Blue) = 197+142+18=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58E12 is #3A71ED. Grayscale: #909090. Windows color (decimal): -3830254 or 1216197. OLE color: 1216197.
HSL color Cylindrical-coordinate representation of color #C58E12: hue angle of 41.56º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C58E12 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 18 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.23 |
| HSL | 41.56º | 0.83% | 0.42% | - |
| HSV(B) | 41.56º | 0.91% | 0.77% | - |
| XYZ | 32.81 | 31.26 | 4.88 | - |
| YUV | 144.31 | 56.72 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 18 | 0 | 0.28 | 0.91 | 0.23 | 41.56 | 0.83 | 0.42 |
| Hex | C5 | 8E | 12 | 0 | 1C | 5B | 17 | 2A | 53 | 2A |
| Octal | 305 | 216 | 22 | 0 | 34 | 133 | 27 | 52 | 123 | 52 |
| Binary | 11000101 | 10001110 | 10010 | 0 | 11100 | 1011011 | 10111 | 101010 | 1010011 | 101010 |
Color Harmonies of #C58E12
Complementary color
Monochromatic Colors of #C58E12
Black with #C58E12
Text Example
Text Example
White with #C58E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E12; }
p { color: rgb(197,142,18); }
H1.HeaderClassName
{
color: #C58E12;
}
.AnyTagClassName
{
color: #C58E12;
}
</style>
background-color css
<style>
a { background-color: #C58E12; }
a { background-color: rgb(197,142,18); }
div.DivClassName
{
background-color: #C58E12;
}
.BgClassName
{
background-color: #C58E12;
}
</style>
border-color css
<style>
span { border-color: #C58E12; }
span { border-color: rgb(197,142,18); }
td.TdClassName
{
border-color: #C58E12;
}
.TagClassName
{
border-color: #C58E12;
}
</style>