Shades of Dark Goldenrod #C58C0E
Tints of Dark Goldenrod #C58C0E
RGB
CMYK
RGB Variations
Color information
#C58C0E (or 0xC58C0E) is known color: Dark Goldenrod. HEX triplet: C5, 8C and 0E. RGB value is (197,140,14). Sum of RGB (Red+Green+Blue) = 197+140+14=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58C0E is #3A73F1. Grayscale: #8F8F8F. Windows color (decimal): -3830770 or 953541. OLE color: 953541.
HSL color Cylindrical-coordinate representation of color #C58C0E: hue angle of 41.31º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C58C0E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 14 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.23 |
| HSL | 41.31º | 0.87% | 0.41% | - |
| HSV(B) | 41.31º | 0.93% | 0.77% | - |
| XYZ | 32.48 | 30.66 | 4.62 | - |
| YUV | 142.68 | 55.38 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 14 | 0 | 0.29 | 0.93 | 0.23 | 41.31 | 0.87 | 0.41 |
| Hex | C5 | 8C | E | 0 | 1D | 5D | 17 | 29 | 57 | 29 |
| Octal | 305 | 214 | 16 | 0 | 35 | 135 | 27 | 51 | 127 | 51 |
| Binary | 11000101 | 10001100 | 1110 | 0 | 11101 | 1011101 | 10111 | 101001 | 1010111 | 101001 |
Color Harmonies of #C58C0E
Complementary color
Monochromatic Colors of #C58C0E
Black with #C58C0E
Text Example
Text Example
White with #C58C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58C0E; }
p { color: rgb(197,140,14); }
H1.HeaderClassName
{
color: #C58C0E;
}
.AnyTagClassName
{
color: #C58C0E;
}
</style>
background-color css
<style>
a { background-color: #C58C0E; }
a { background-color: rgb(197,140,14); }
div.DivClassName
{
background-color: #C58C0E;
}
.BgClassName
{
background-color: #C58C0E;
}
</style>
border-color css
<style>
span { border-color: #C58C0E; }
span { border-color: rgb(197,140,14); }
td.TdClassName
{
border-color: #C58C0E;
}
.TagClassName
{
border-color: #C58C0E;
}
</style>