Shades of Dark Goldenrod #C58517
Tints of Dark Goldenrod #C58517
RGB
CMYK
RGB Variations
Color information
#C58517 (or 0xC58517) is known color: Dark Goldenrod. HEX triplet: C5, 85 and 17. RGB value is (197,133,23). Sum of RGB (Red+Green+Blue) = 197+133+23=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C58517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58517 is #3A7AE8. Grayscale: #8C8C8C. Windows color (decimal): -3832553 or 1541573. OLE color: 1541573.
HSL color Cylindrical-coordinate representation of color #C58517: hue angle of 37.93º 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 #C58517 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 23 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.23 |
| HSL | 37.93º | 0.79% | 0.43% | - |
| HSV(B) | 37.93º | 0.88% | 0.77% | - |
| XYZ | 31.57 | 28.71 | 4.69 | - |
| YUV | 139.6 | 62.2 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 23 | 0 | 0.32 | 0.88 | 0.23 | 37.93 | 0.79 | 0.43 |
| Hex | C5 | 85 | 17 | 0 | 20 | 58 | 17 | 26 | 4F | 2B |
| Octal | 305 | 205 | 27 | 0 | 40 | 130 | 27 | 46 | 117 | 53 |
| Binary | 11000101 | 10000101 | 10111 | 0 | 100000 | 1011000 | 10111 | 100110 | 1001111 | 101011 |
Color Harmonies of #C58517
Complementary color
Monochromatic Colors of #C58517
Black with #C58517
Text Example
Text Example
White with #C58517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58517; }
p { color: rgb(197,133,23); }
H1.HeaderClassName
{
color: #C58517;
}
.AnyTagClassName
{
color: #C58517;
}
</style>
background-color css
<style>
a { background-color: #C58517; }
a { background-color: rgb(197,133,23); }
div.DivClassName
{
background-color: #C58517;
}
.BgClassName
{
background-color: #C58517;
}
</style>
border-color css
<style>
span { border-color: #C58517; }
span { border-color: rgb(197,133,23); }
td.TdClassName
{
border-color: #C58517;
}
.TagClassName
{
border-color: #C58517;
}
</style>