Shades of Dark Goldenrod #C57508
Tints of Dark Goldenrod #C57508
RGB
CMYK
RGB Variations
Color information
#C57508 (or 0xC57508) is known color: Dark Goldenrod. HEX triplet: C5, 75 and 08. RGB value is (197,117,8). Sum of RGB (Red+Green+Blue) = 197+117+8=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C57508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57508 is #3A8AF7. Grayscale: #818181. Windows color (decimal): -3836664 or 554437. OLE color: 554437.
HSL color Cylindrical-coordinate representation of color #C57508: hue angle of 34.6º 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 #C57508 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.23 |
| HSL | 34.6º | 0.92% | 0.4% | - |
| HSV(B) | 34.6º | 0.96% | 0.77% | - |
| XYZ | 29.43 | 24.61 | 3.43 | - |
| YUV | 128.49 | 60 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 8 | 0 | 0.41 | 0.96 | 0.23 | 34.6 | 0.92 | 0.4 |
| Hex | C5 | 75 | 8 | 0 | 29 | 60 | 17 | 23 | 5C | 28 |
| Octal | 305 | 165 | 10 | 0 | 51 | 140 | 27 | 43 | 134 | 50 |
| Binary | 11000101 | 1110101 | 1000 | 0 | 101001 | 1100000 | 10111 | 100011 | 1011100 | 101000 |
Color Harmonies of #C57508
Complementary color
Monochromatic Colors of #C57508
Black with #C57508
Text Example
Text Example
White with #C57508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57508; }
p { color: rgb(197,117,8); }
H1.HeaderClassName
{
color: #C57508;
}
.AnyTagClassName
{
color: #C57508;
}
</style>
background-color css
<style>
a { background-color: #C57508; }
a { background-color: rgb(197,117,8); }
div.DivClassName
{
background-color: #C57508;
}
.BgClassName
{
background-color: #C57508;
}
</style>
border-color css
<style>
span { border-color: #C57508; }
span { border-color: rgb(197,117,8); }
td.TdClassName
{
border-color: #C57508;
}
.TagClassName
{
border-color: #C57508;
}
</style>