Shades of Dark Goldenrod #C58C14
Tints of Dark Goldenrod #C58C14
RGB
CMYK
RGB Variations
Color information
#C58C14 (or 0xC58C14) is known color: Dark Goldenrod. HEX triplet: C5, 8C and 14. RGB value is (197,140,20). Sum of RGB (Red+Green+Blue) = 197+140+20=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58C14 is #3A73EB. Grayscale: #8F8F8F. Windows color (decimal): -3830764 or 1346757. OLE color: 1346757.
HSL color Cylindrical-coordinate representation of color #C58C14: hue angle of 40.68º 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 #C58C14 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 20 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.23 |
| HSL | 40.68º | 0.82% | 0.43% | - |
| HSV(B) | 40.68º | 0.9% | 0.77% | - |
| XYZ | 32.53 | 30.68 | 4.87 | - |
| YUV | 143.36 | 58.38 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 20 | 0 | 0.29 | 0.90 | 0.23 | 40.68 | 0.82 | 0.43 |
| Hex | C5 | 8C | 14 | 0 | 1D | 5A | 17 | 29 | 52 | 2B |
| Octal | 305 | 214 | 24 | 0 | 35 | 132 | 27 | 51 | 122 | 53 |
| Binary | 11000101 | 10001100 | 10100 | 0 | 11101 | 1011010 | 10111 | 101001 | 1010010 | 101011 |
Color Harmonies of #C58C14
Complementary color
Monochromatic Colors of #C58C14
Black with #C58C14
Text Example
Text Example
White with #C58C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58C14; }
p { color: rgb(197,140,20); }
H1.HeaderClassName
{
color: #C58C14;
}
.AnyTagClassName
{
color: #C58C14;
}
</style>
background-color css
<style>
a { background-color: #C58C14; }
a { background-color: rgb(197,140,20); }
div.DivClassName
{
background-color: #C58C14;
}
.BgClassName
{
background-color: #C58C14;
}
</style>
border-color css
<style>
span { border-color: #C58C14; }
span { border-color: rgb(197,140,20); }
td.TdClassName
{
border-color: #C58C14;
}
.TagClassName
{
border-color: #C58C14;
}
</style>