Shades of Dark Goldenrod #C58005
Tints of Dark Goldenrod #C58005
RGB
CMYK
RGB Variations
Color information
#C58005 (or 0xC58005) is known color: Dark Goldenrod. HEX triplet: C5, 80 and 05. RGB value is (197,128,5). Sum of RGB (Red+Green+Blue) = 197+128+5=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C58005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58005 is #3A7FFA. Grayscale: #878787. Windows color (decimal): -3833851 or 360645. OLE color: 360645.
HSL color Cylindrical-coordinate representation of color #C58005: hue angle of 38.44º 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 #C58005 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 5 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.23 |
| HSL | 38.44º | 0.95% | 0.4% | - |
| HSV(B) | 38.44º | 0.97% | 0.77% | - |
| XYZ | 30.77 | 27.32 | 3.79 | - |
| YUV | 134.61 | 54.86 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 5 | 0 | 0.35 | 0.97 | 0.23 | 38.44 | 0.95 | 0.4 |
| Hex | C5 | 80 | 5 | 0 | 23 | 61 | 17 | 26 | 5F | 28 |
| Octal | 305 | 200 | 5 | 0 | 43 | 141 | 27 | 46 | 137 | 50 |
| Binary | 11000101 | 10000000 | 101 | 0 | 100011 | 1100001 | 10111 | 100110 | 1011111 | 101000 |
Color Harmonies of #C58005
Complementary color
Monochromatic Colors of #C58005
Black with #C58005
Text Example
Text Example
White with #C58005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58005; }
p { color: rgb(197,128,5); }
H1.HeaderClassName
{
color: #C58005;
}
.AnyTagClassName
{
color: #C58005;
}
</style>
background-color css
<style>
a { background-color: #C58005; }
a { background-color: rgb(197,128,5); }
div.DivClassName
{
background-color: #C58005;
}
.BgClassName
{
background-color: #C58005;
}
</style>
border-color css
<style>
span { border-color: #C58005; }
span { border-color: rgb(197,128,5); }
td.TdClassName
{
border-color: #C58005;
}
.TagClassName
{
border-color: #C58005;
}
</style>