Shades of Dark Goldenrod #C58615
Tints of Dark Goldenrod #C58615
RGB
CMYK
RGB Variations
Color information
#C58615 (or 0xC58615) is known color: Dark Goldenrod. HEX triplet: C5, 86 and 15. RGB value is (197,134,21). Sum of RGB (Red+Green+Blue) = 197+134+21=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C58615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58615 is #3A79EA. Grayscale: #8C8C8C. Windows color (decimal): -3832299 or 1410757. OLE color: 1410757.
HSL color Cylindrical-coordinate representation of color #C58615: hue angle of 38.52º degrees, saturation: 0.81, 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 #C58615 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 21 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.23 |
| HSL | 38.52º | 0.81% | 0.43% | - |
| HSV(B) | 38.52º | 0.89% | 0.77% | - |
| XYZ | 31.69 | 28.97 | 4.63 | - |
| YUV | 139.96 | 60.87 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 21 | 0 | 0.32 | 0.89 | 0.23 | 38.52 | 0.81 | 0.43 |
| Hex | C5 | 86 | 15 | 0 | 20 | 59 | 17 | 27 | 51 | 2B |
| Octal | 305 | 206 | 25 | 0 | 40 | 131 | 27 | 47 | 121 | 53 |
| Binary | 11000101 | 10000110 | 10101 | 0 | 100000 | 1011001 | 10111 | 100111 | 1010001 | 101011 |
Color Harmonies of #C58615
Complementary color
Monochromatic Colors of #C58615
Black with #C58615
Text Example
Text Example
White with #C58615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58615; }
p { color: rgb(197,134,21); }
H1.HeaderClassName
{
color: #C58615;
}
.AnyTagClassName
{
color: #C58615;
}
</style>
background-color css
<style>
a { background-color: #C58615; }
a { background-color: rgb(197,134,21); }
div.DivClassName
{
background-color: #C58615;
}
.BgClassName
{
background-color: #C58615;
}
</style>
border-color css
<style>
span { border-color: #C58615; }
span { border-color: rgb(197,134,21); }
td.TdClassName
{
border-color: #C58615;
}
.TagClassName
{
border-color: #C58615;
}
</style>