Shades of Dark Goldenrod #C58C18
Tints of Dark Goldenrod #C58C18
RGB
CMYK
RGB Variations
Color information
#C58C18 (or 0xC58C18) is known color: Dark Goldenrod. HEX triplet: C5, 8C and 18. RGB value is (197,140,24). Sum of RGB (Red+Green+Blue) = 197+140+24=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58C18 is #3A73E7. Grayscale: #909090. Windows color (decimal): -3830760 or 1608901. OLE color: 1608901.
HSL color Cylindrical-coordinate representation of color #C58C18: hue angle of 40.23º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C58C18 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 24 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.23 |
| HSL | 40.23º | 0.78% | 0.43% | - |
| HSV(B) | 40.23º | 0.88% | 0.77% | - |
| XYZ | 32.57 | 30.69 | 5.07 | - |
| YUV | 143.82 | 60.38 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 24 | 0 | 0.29 | 0.88 | 0.23 | 40.23 | 0.78 | 0.43 |
| Hex | C5 | 8C | 18 | 0 | 1D | 58 | 17 | 28 | 4E | 2B |
| Octal | 305 | 214 | 30 | 0 | 35 | 130 | 27 | 50 | 116 | 53 |
| Binary | 11000101 | 10001100 | 11000 | 0 | 11101 | 1011000 | 10111 | 101000 | 1001110 | 101011 |
Color Harmonies of #C58C18
Complementary color
Monochromatic Colors of #C58C18
Black with #C58C18
Text Example
Text Example
White with #C58C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58C18; }
p { color: rgb(197,140,24); }
H1.HeaderClassName
{
color: #C58C18;
}
.AnyTagClassName
{
color: #C58C18;
}
</style>
background-color css
<style>
a { background-color: #C58C18; }
a { background-color: rgb(197,140,24); }
div.DivClassName
{
background-color: #C58C18;
}
.BgClassName
{
background-color: #C58C18;
}
</style>
border-color css
<style>
span { border-color: #C58C18; }
span { border-color: rgb(197,140,24); }
td.TdClassName
{
border-color: #C58C18;
}
.TagClassName
{
border-color: #C58C18;
}
</style>