Shades of Dark Goldenrod #C58717
Tints of Dark Goldenrod #C58717
RGB
CMYK
RGB Variations
Color information
#C58717 (or 0xC58717) is known color: Dark Goldenrod. HEX triplet: C5, 87 and 17. RGB value is (197,135,23). Sum of RGB (Red+Green+Blue) = 197+135+23=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C58717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58717 is #3A78E8. Grayscale: #8D8D8D. Windows color (decimal): -3832041 or 1542085. OLE color: 1542085.
HSL color Cylindrical-coordinate representation of color #C58717: hue angle of 38.62º degrees, saturation: 0.79, 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 #C58717 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 23 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.23 |
| HSL | 38.62º | 0.79% | 0.43% | - |
| HSV(B) | 38.62º | 0.88% | 0.77% | - |
| XYZ | 31.84 | 29.26 | 4.78 | - |
| YUV | 140.77 | 61.54 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 23 | 0 | 0.31 | 0.88 | 0.23 | 38.62 | 0.79 | 0.43 |
| Hex | C5 | 87 | 17 | 0 | 1F | 58 | 17 | 27 | 4F | 2B |
| Octal | 305 | 207 | 27 | 0 | 37 | 130 | 27 | 47 | 117 | 53 |
| Binary | 11000101 | 10000111 | 10111 | 0 | 11111 | 1011000 | 10111 | 100111 | 1001111 | 101011 |
Color Harmonies of #C58717
Complementary color
Monochromatic Colors of #C58717
Black with #C58717
Text Example
Text Example
White with #C58717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58717; }
p { color: rgb(197,135,23); }
H1.HeaderClassName
{
color: #C58717;
}
.AnyTagClassName
{
color: #C58717;
}
</style>
background-color css
<style>
a { background-color: #C58717; }
a { background-color: rgb(197,135,23); }
div.DivClassName
{
background-color: #C58717;
}
.BgClassName
{
background-color: #C58717;
}
</style>
border-color css
<style>
span { border-color: #C58717; }
span { border-color: rgb(197,135,23); }
td.TdClassName
{
border-color: #C58717;
}
.TagClassName
{
border-color: #C58717;
}
</style>