Shades of Dark Goldenrod #C58316
Tints of Dark Goldenrod #C58316
RGB
CMYK
RGB Variations
Color information
#C58316 (or 0xC58316) is known color: Dark Goldenrod. HEX triplet: C5, 83 and 16. RGB value is (197,131,22). Sum of RGB (Red+Green+Blue) = 197+131+22=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C58316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58316 is #3A7CE9. Grayscale: #8A8A8A. Windows color (decimal): -3833066 or 1475525. OLE color: 1475525.
HSL color Cylindrical-coordinate representation of color #C58316: hue angle of 37.37º 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 #C58316 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 22 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.23 |
| HSL | 37.37º | 0.8% | 0.43% | - |
| HSV(B) | 37.37º | 0.89% | 0.77% | - |
| XYZ | 31.29 | 28.16 | 4.55 | - |
| YUV | 138.31 | 62.37 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 22 | 0 | 0.34 | 0.89 | 0.23 | 37.37 | 0.8 | 0.43 |
| Hex | C5 | 83 | 16 | 0 | 22 | 59 | 17 | 25 | 50 | 2B |
| Octal | 305 | 203 | 26 | 0 | 42 | 131 | 27 | 45 | 120 | 53 |
| Binary | 11000101 | 10000011 | 10110 | 0 | 100010 | 1011001 | 10111 | 100101 | 1010000 | 101011 |
Color Harmonies of #C58316
Complementary color
Monochromatic Colors of #C58316
Black with #C58316
Text Example
Text Example
White with #C58316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58316; }
p { color: rgb(197,131,22); }
H1.HeaderClassName
{
color: #C58316;
}
.AnyTagClassName
{
color: #C58316;
}
</style>
background-color css
<style>
a { background-color: #C58316; }
a { background-color: rgb(197,131,22); }
div.DivClassName
{
background-color: #C58316;
}
.BgClassName
{
background-color: #C58316;
}
</style>
border-color css
<style>
span { border-color: #C58316; }
span { border-color: rgb(197,131,22); }
td.TdClassName
{
border-color: #C58316;
}
.TagClassName
{
border-color: #C58316;
}
</style>