Shades of Dark Goldenrod #C58516
Tints of Dark Goldenrod #C58516
RGB
CMYK
RGB Variations
Color information
#C58516 (or 0xC58516) is known color: Dark Goldenrod. HEX triplet: C5, 85 and 16. RGB value is (197,133,22). Sum of RGB (Red+Green+Blue) = 197+133+22=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C58516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58516 is #3A7AE9. Grayscale: #8B8B8B. Windows color (decimal): -3832554 or 1476037. OLE color: 1476037.
HSL color Cylindrical-coordinate representation of color #C58516: hue angle of 38.06º 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 #C58516 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 22 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.23 |
| HSL | 38.06º | 0.8% | 0.43% | - |
| HSV(B) | 38.06º | 0.89% | 0.77% | - |
| XYZ | 31.56 | 28.7 | 4.64 | - |
| YUV | 139.48 | 61.7 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 22 | 0 | 0.32 | 0.89 | 0.23 | 38.06 | 0.8 | 0.43 |
| Hex | C5 | 85 | 16 | 0 | 20 | 59 | 17 | 26 | 50 | 2B |
| Octal | 305 | 205 | 26 | 0 | 40 | 131 | 27 | 46 | 120 | 53 |
| Binary | 11000101 | 10000101 | 10110 | 0 | 100000 | 1011001 | 10111 | 100110 | 1010000 | 101011 |
Color Harmonies of #C58516
Complementary color
Monochromatic Colors of #C58516
Black with #C58516
Text Example
Text Example
White with #C58516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58516; }
p { color: rgb(197,133,22); }
H1.HeaderClassName
{
color: #C58516;
}
.AnyTagClassName
{
color: #C58516;
}
</style>
background-color css
<style>
a { background-color: #C58516; }
a { background-color: rgb(197,133,22); }
div.DivClassName
{
background-color: #C58516;
}
.BgClassName
{
background-color: #C58516;
}
</style>
border-color css
<style>
span { border-color: #C58516; }
span { border-color: rgb(197,133,22); }
td.TdClassName
{
border-color: #C58516;
}
.TagClassName
{
border-color: #C58516;
}
</style>