Shades of Dark Goldenrod #C57608
Tints of Dark Goldenrod #C57608
RGB
CMYK
RGB Variations
Color information
#C57608 (or 0xC57608) is known color: Dark Goldenrod. HEX triplet: C5, 76 and 08. RGB value is (197,118,8). Sum of RGB (Red+Green+Blue) = 197+118+8=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C57608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57608 is #3A89F7. Grayscale: #818181. Windows color (decimal): -3836408 or 554693. OLE color: 554693.
HSL color Cylindrical-coordinate representation of color #C57608: hue angle of 34.92º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C57608 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 8 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.23 |
| HSL | 34.92º | 0.92% | 0.4% | - |
| HSV(B) | 34.92º | 0.96% | 0.77% | - |
| XYZ | 29.55 | 24.84 | 3.47 | - |
| YUV | 129.08 | 59.67 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 8 | 0 | 0.40 | 0.96 | 0.23 | 34.92 | 0.92 | 0.4 |
| Hex | C5 | 76 | 8 | 0 | 28 | 60 | 17 | 23 | 5C | 28 |
| Octal | 305 | 166 | 10 | 0 | 50 | 140 | 27 | 43 | 134 | 50 |
| Binary | 11000101 | 1110110 | 1000 | 0 | 101000 | 1100000 | 10111 | 100011 | 1011100 | 101000 |
Color Harmonies of #C57608
Complementary color
Monochromatic Colors of #C57608
Black with #C57608
Text Example
Text Example
White with #C57608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57608; }
p { color: rgb(197,118,8); }
H1.HeaderClassName
{
color: #C57608;
}
.AnyTagClassName
{
color: #C57608;
}
</style>
background-color css
<style>
a { background-color: #C57608; }
a { background-color: rgb(197,118,8); }
div.DivClassName
{
background-color: #C57608;
}
.BgClassName
{
background-color: #C57608;
}
</style>
border-color css
<style>
span { border-color: #C57608; }
span { border-color: rgb(197,118,8); }
td.TdClassName
{
border-color: #C57608;
}
.TagClassName
{
border-color: #C57608;
}
</style>