Shades of Dark Goldenrod #C58718
Tints of Dark Goldenrod #C58718
RGB
CMYK
RGB Variations
Color information
#C58718 (or 0xC58718) is known color: Dark Goldenrod. HEX triplet: C5, 87 and 18. RGB value is (197,135,24). Sum of RGB (Red+Green+Blue) = 197+135+24=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C58718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58718 is #3A78E7. Grayscale: #8D8D8D. Windows color (decimal): -3832040 or 1607621. OLE color: 1607621.
HSL color Cylindrical-coordinate representation of color #C58718: hue angle of 38.5º 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 #C58718 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 24 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.23 |
| HSL | 38.5º | 0.78% | 0.43% | - |
| HSV(B) | 38.5º | 0.88% | 0.77% | - |
| XYZ | 31.85 | 29.26 | 4.83 | - |
| YUV | 140.88 | 62.04 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 24 | 0 | 0.31 | 0.88 | 0.23 | 38.5 | 0.78 | 0.43 |
| Hex | C5 | 87 | 18 | 0 | 1F | 58 | 17 | 26 | 4E | 2B |
| Octal | 305 | 207 | 30 | 0 | 37 | 130 | 27 | 46 | 116 | 53 |
| Binary | 11000101 | 10000111 | 11000 | 0 | 11111 | 1011000 | 10111 | 100110 | 1001110 | 101011 |
Color Harmonies of #C58718
Complementary color
Monochromatic Colors of #C58718
Black with #C58718
Text Example
Text Example
White with #C58718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58718; }
p { color: rgb(197,135,24); }
H1.HeaderClassName
{
color: #C58718;
}
.AnyTagClassName
{
color: #C58718;
}
</style>
background-color css
<style>
a { background-color: #C58718; }
a { background-color: rgb(197,135,24); }
div.DivClassName
{
background-color: #C58718;
}
.BgClassName
{
background-color: #C58718;
}
</style>
border-color css
<style>
span { border-color: #C58718; }
span { border-color: rgb(197,135,24); }
td.TdClassName
{
border-color: #C58718;
}
.TagClassName
{
border-color: #C58718;
}
</style>