Shades of Dark Goldenrod #C57D10
Tints of Dark Goldenrod #C57D10
RGB
CMYK
RGB Variations
Color information
#C57D10 (or 0xC57D10) is known color: Dark Goldenrod. HEX triplet: C5, 7D and 10. RGB value is (197,125,16). Sum of RGB (Red+Green+Blue) = 197+125+16=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57D10 is #3A82EF. Grayscale: #868686. Windows color (decimal): -3834608 or 1080773. OLE color: 1080773.
HSL color Cylindrical-coordinate representation of color #C57D10: hue angle of 36.13º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C57D10 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 16 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.23 |
| HSL | 36.13º | 0.85% | 0.42% | - |
| HSV(B) | 36.13º | 0.92% | 0.77% | - |
| XYZ | 30.45 | 26.57 | 4.01 | - |
| YUV | 134.1 | 61.35 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 16 | 0 | 0.37 | 0.92 | 0.23 | 36.13 | 0.85 | 0.42 |
| Hex | C5 | 7D | 10 | 0 | 25 | 5C | 17 | 24 | 55 | 2A |
| Octal | 305 | 175 | 20 | 0 | 45 | 134 | 27 | 44 | 125 | 52 |
| Binary | 11000101 | 1111101 | 10000 | 0 | 100101 | 1011100 | 10111 | 100100 | 1010101 | 101010 |
Color Harmonies of #C57D10
Complementary color
Monochromatic Colors of #C57D10
Black with #C57D10
Text Example
Text Example
White with #C57D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D10; }
p { color: rgb(197,125,16); }
H1.HeaderClassName
{
color: #C57D10;
}
.AnyTagClassName
{
color: #C57D10;
}
</style>
background-color css
<style>
a { background-color: #C57D10; }
a { background-color: rgb(197,125,16); }
div.DivClassName
{
background-color: #C57D10;
}
.BgClassName
{
background-color: #C57D10;
}
</style>
border-color css
<style>
span { border-color: #C57D10; }
span { border-color: rgb(197,125,16); }
td.TdClassName
{
border-color: #C57D10;
}
.TagClassName
{
border-color: #C57D10;
}
</style>