Shades of Dark Goldenrod #C58305
Tints of Dark Goldenrod #C58305
RGB
CMYK
RGB Variations
Color information
#C58305 (or 0xC58305) is known color: Dark Goldenrod. HEX triplet: C5, 83 and 05. RGB value is (197,131,5). Sum of RGB (Red+Green+Blue) = 197+131+5=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C58305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58305 is #3A7CFA. Grayscale: #888888. Windows color (decimal): -3833083 or 361413. OLE color: 361413.
HSL color Cylindrical-coordinate representation of color #C58305: hue angle of 39.38º 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 #C58305 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 5 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.23 |
| HSL | 39.38º | 0.95% | 0.4% | - |
| HSV(B) | 39.38º | 0.97% | 0.77% | - |
| XYZ | 31.17 | 28.11 | 3.93 | - |
| YUV | 136.37 | 53.87 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 5 | 0 | 0.34 | 0.97 | 0.23 | 39.38 | 0.95 | 0.4 |
| Hex | C5 | 83 | 5 | 0 | 22 | 61 | 17 | 27 | 5F | 28 |
| Octal | 305 | 203 | 5 | 0 | 42 | 141 | 27 | 47 | 137 | 50 |
| Binary | 11000101 | 10000011 | 101 | 0 | 100010 | 1100001 | 10111 | 100111 | 1011111 | 101000 |
Color Harmonies of #C58305
Complementary color
Monochromatic Colors of #C58305
Black with #C58305
Text Example
Text Example
White with #C58305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58305; }
p { color: rgb(197,131,5); }
H1.HeaderClassName
{
color: #C58305;
}
.AnyTagClassName
{
color: #C58305;
}
</style>
background-color css
<style>
a { background-color: #C58305; }
a { background-color: rgb(197,131,5); }
div.DivClassName
{
background-color: #C58305;
}
.BgClassName
{
background-color: #C58305;
}
</style>
border-color css
<style>
span { border-color: #C58305; }
span { border-color: rgb(197,131,5); }
td.TdClassName
{
border-color: #C58305;
}
.TagClassName
{
border-color: #C58305;
}
</style>