Shades of Dark Goldenrod #C57605
Tints of Dark Goldenrod #C57605
RGB
CMYK
RGB Variations
Color information
#C57605 (or 0xC57605) is known color: Dark Goldenrod. HEX triplet: C5, 76 and 05. RGB value is (197,118,5). Sum of RGB (Red+Green+Blue) = 197+118+5=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C57605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57605 is #3A89FA. Grayscale: #818181. Windows color (decimal): -3836411 or 358085. OLE color: 358085.
HSL color Cylindrical-coordinate representation of color #C57605: hue angle of 35.31º 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 #C57605 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 5 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.23 |
| HSL | 35.31º | 0.95% | 0.4% | - |
| HSV(B) | 35.31º | 0.97% | 0.77% | - |
| XYZ | 29.53 | 24.84 | 3.38 | - |
| YUV | 128.74 | 58.17 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 5 | 0 | 0.40 | 0.97 | 0.23 | 35.31 | 0.95 | 0.4 |
| Hex | C5 | 76 | 5 | 0 | 28 | 61 | 17 | 23 | 5F | 28 |
| Octal | 305 | 166 | 5 | 0 | 50 | 141 | 27 | 43 | 137 | 50 |
| Binary | 11000101 | 1110110 | 101 | 0 | 101000 | 1100001 | 10111 | 100011 | 1011111 | 101000 |
Color Harmonies of #C57605
Complementary color
Monochromatic Colors of #C57605
Black with #C57605
Text Example
Text Example
White with #C57605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57605; }
p { color: rgb(197,118,5); }
H1.HeaderClassName
{
color: #C57605;
}
.AnyTagClassName
{
color: #C57605;
}
</style>
background-color css
<style>
a { background-color: #C57605; }
a { background-color: rgb(197,118,5); }
div.DivClassName
{
background-color: #C57605;
}
.BgClassName
{
background-color: #C57605;
}
</style>
border-color css
<style>
span { border-color: #C57605; }
span { border-color: rgb(197,118,5); }
td.TdClassName
{
border-color: #C57605;
}
.TagClassName
{
border-color: #C57605;
}
</style>