Shades of Dark Goldenrod #C58705
Tints of Dark Goldenrod #C58705
RGB
CMYK
RGB Variations
Color information
#C58705 (or 0xC58705) is known color: Dark Goldenrod. HEX triplet: C5, 87 and 05. RGB value is (197,135,5). Sum of RGB (Red+Green+Blue) = 197+135+5=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C58705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58705 is #3A78FA. Grayscale: #8B8B8B. Windows color (decimal): -3832059 or 362437. OLE color: 362437.
HSL color Cylindrical-coordinate representation of color #C58705: hue angle of 40.62º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C58705 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 5 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.23 |
| HSL | 40.63º | 0.95% | 0.4% | - |
| HSV(B) | 40.63º | 0.97% | 0.77% | - |
| XYZ | 31.72 | 29.21 | 4.11 | - |
| YUV | 138.72 | 52.54 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 5 | 0 | 0.31 | 0.97 | 0.23 | 40.63 | 0.95 | 0.4 |
| Hex | C5 | 87 | 5 | 0 | 1F | 61 | 17 | 29 | 5F | 28 |
| Octal | 305 | 207 | 5 | 0 | 37 | 141 | 27 | 51 | 137 | 50 |
| Binary | 11000101 | 10000111 | 101 | 0 | 11111 | 1100001 | 10111 | 101001 | 1011111 | 101000 |
Color Harmonies of #C58705
Complementary color
Monochromatic Colors of #C58705
Black with #C58705
Text Example
Text Example
White with #C58705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58705; }
p { color: rgb(197,135,5); }
H1.HeaderClassName
{
color: #C58705;
}
.AnyTagClassName
{
color: #C58705;
}
</style>
background-color css
<style>
a { background-color: #C58705; }
a { background-color: rgb(197,135,5); }
div.DivClassName
{
background-color: #C58705;
}
.BgClassName
{
background-color: #C58705;
}
</style>
border-color css
<style>
span { border-color: #C58705; }
span { border-color: rgb(197,135,5); }
td.TdClassName
{
border-color: #C58705;
}
.TagClassName
{
border-color: #C58705;
}
</style>