Shades of Dark Goldenrod #C58918
Tints of Dark Goldenrod #C58918
RGB
CMYK
RGB Variations
Color information
#C58918 (or 0xC58918) is known color: Dark Goldenrod. HEX triplet: C5, 89 and 18. RGB value is (197,137,24). Sum of RGB (Red+Green+Blue) = 197+137+24=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C58918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58918 is #3A76E7. Grayscale: #8E8E8E. Windows color (decimal): -3831528 or 1608133. OLE color: 1608133.
HSL color Cylindrical-coordinate representation of color #C58918: hue angle of 39.19º 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 #C58918 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 24 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.23 |
| HSL | 39.19º | 0.78% | 0.43% | - |
| HSV(B) | 39.19º | 0.88% | 0.77% | - |
| XYZ | 32.14 | 29.83 | 4.93 | - |
| YUV | 142.06 | 61.38 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 24 | 0 | 0.30 | 0.88 | 0.23 | 39.19 | 0.78 | 0.43 |
| Hex | C5 | 89 | 18 | 0 | 1E | 58 | 17 | 27 | 4E | 2B |
| Octal | 305 | 211 | 30 | 0 | 36 | 130 | 27 | 47 | 116 | 53 |
| Binary | 11000101 | 10001001 | 11000 | 0 | 11110 | 1011000 | 10111 | 100111 | 1001110 | 101011 |
Color Harmonies of #C58918
Complementary color
Monochromatic Colors of #C58918
Black with #C58918
Text Example
Text Example
White with #C58918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58918; }
p { color: rgb(197,137,24); }
H1.HeaderClassName
{
color: #C58918;
}
.AnyTagClassName
{
color: #C58918;
}
</style>
background-color css
<style>
a { background-color: #C58918; }
a { background-color: rgb(197,137,24); }
div.DivClassName
{
background-color: #C58918;
}
.BgClassName
{
background-color: #C58918;
}
</style>
border-color css
<style>
span { border-color: #C58918; }
span { border-color: rgb(197,137,24); }
td.TdClassName
{
border-color: #C58918;
}
.TagClassName
{
border-color: #C58918;
}
</style>