Shades of Dark Goldenrod #C58205
Tints of Dark Goldenrod #C58205
RGB
CMYK
RGB Variations
Color information
#C58205 (or 0xC58205) is known color: Dark Goldenrod. HEX triplet: C5, 82 and 05. RGB value is (197,130,5). Sum of RGB (Red+Green+Blue) = 197+130+5=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C58205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58205 is #3A7DFA. Grayscale: #888888. Windows color (decimal): -3833339 or 361157. OLE color: 361157.
HSL color Cylindrical-coordinate representation of color #C58205: hue angle of 39.06º 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 #C58205 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 5 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.23 |
| HSL | 39.06º | 0.95% | 0.4% | - |
| HSV(B) | 39.06º | 0.97% | 0.77% | - |
| XYZ | 31.04 | 27.85 | 3.88 | - |
| YUV | 135.78 | 54.2 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 5 | 0 | 0.34 | 0.97 | 0.23 | 39.06 | 0.95 | 0.4 |
| Hex | C5 | 82 | 5 | 0 | 22 | 61 | 17 | 27 | 5F | 28 |
| Octal | 305 | 202 | 5 | 0 | 42 | 141 | 27 | 47 | 137 | 50 |
| Binary | 11000101 | 10000010 | 101 | 0 | 100010 | 1100001 | 10111 | 100111 | 1011111 | 101000 |
Color Harmonies of #C58205
Complementary color
Monochromatic Colors of #C58205
Black with #C58205
Text Example
Text Example
White with #C58205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58205; }
p { color: rgb(197,130,5); }
H1.HeaderClassName
{
color: #C58205;
}
.AnyTagClassName
{
color: #C58205;
}
</style>
background-color css
<style>
a { background-color: #C58205; }
a { background-color: rgb(197,130,5); }
div.DivClassName
{
background-color: #C58205;
}
.BgClassName
{
background-color: #C58205;
}
</style>
border-color css
<style>
span { border-color: #C58205; }
span { border-color: rgb(197,130,5); }
td.TdClassName
{
border-color: #C58205;
}
.TagClassName
{
border-color: #C58205;
}
</style>