Shades of Dark Goldenrod #C58916
Tints of Dark Goldenrod #C58916
RGB
CMYK
RGB Variations
Color information
#C58916 (or 0xC58916) is known color: Dark Goldenrod. HEX triplet: C5, 89 and 16. RGB value is (197,137,22). Sum of RGB (Red+Green+Blue) = 197+137+22=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C58916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58916 is #3A76E9. Grayscale: #8E8E8E. Windows color (decimal): -3831530 or 1477061. OLE color: 1477061.
HSL color Cylindrical-coordinate representation of color #C58916: hue angle of 39.43º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C58916 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 22 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.23 |
| HSL | 39.43º | 0.8% | 0.43% | - |
| HSV(B) | 39.43º | 0.89% | 0.77% | - |
| XYZ | 32.12 | 29.82 | 4.82 | - |
| YUV | 141.83 | 60.38 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 22 | 0 | 0.30 | 0.89 | 0.23 | 39.43 | 0.8 | 0.43 |
| Hex | C5 | 89 | 16 | 0 | 1E | 59 | 17 | 27 | 50 | 2B |
| Octal | 305 | 211 | 26 | 0 | 36 | 131 | 27 | 47 | 120 | 53 |
| Binary | 11000101 | 10001001 | 10110 | 0 | 11110 | 1011001 | 10111 | 100111 | 1010000 | 101011 |
Color Harmonies of #C58916
Complementary color
Monochromatic Colors of #C58916
Black with #C58916
Text Example
Text Example
White with #C58916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58916; }
p { color: rgb(197,137,22); }
H1.HeaderClassName
{
color: #C58916;
}
.AnyTagClassName
{
color: #C58916;
}
</style>
background-color css
<style>
a { background-color: #C58916; }
a { background-color: rgb(197,137,22); }
div.DivClassName
{
background-color: #C58916;
}
.BgClassName
{
background-color: #C58916;
}
</style>
border-color css
<style>
span { border-color: #C58916; }
span { border-color: rgb(197,137,22); }
td.TdClassName
{
border-color: #C58916;
}
.TagClassName
{
border-color: #C58916;
}
</style>