Shades of Dark Goldenrod #C57D11
Tints of Dark Goldenrod #C57D11
RGB
CMYK
RGB Variations
Color information
#C57D11 (or 0xC57D11) is known color: Dark Goldenrod. HEX triplet: C5, 7D and 11. RGB value is (197,125,17). Sum of RGB (Red+Green+Blue) = 197+125+17=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57D11 is #3A82EE. Grayscale: #868686. Windows color (decimal): -3834607 or 1146309. OLE color: 1146309.
HSL color Cylindrical-coordinate representation of color #C57D11: hue angle of 36º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C57D11 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 17 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.23 |
| HSL | 36º | 0.84% | 0.42% | - |
| HSV(B) | 36º | 0.91% | 0.77% | - |
| XYZ | 30.46 | 26.58 | 4.05 | - |
| YUV | 134.22 | 61.85 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 17 | 0 | 0.37 | 0.91 | 0.23 | 36 | 0.84 | 0.42 |
| Hex | C5 | 7D | 11 | 0 | 25 | 5B | 17 | 24 | 54 | 2A |
| Octal | 305 | 175 | 21 | 0 | 45 | 133 | 27 | 44 | 124 | 52 |
| Binary | 11000101 | 1111101 | 10001 | 0 | 100101 | 1011011 | 10111 | 100100 | 1010100 | 101010 |
Color Harmonies of #C57D11
Complementary color
Monochromatic Colors of #C57D11
Black with #C57D11
Text Example
Text Example
White with #C57D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D11; }
p { color: rgb(197,125,17); }
H1.HeaderClassName
{
color: #C57D11;
}
.AnyTagClassName
{
color: #C57D11;
}
</style>
background-color css
<style>
a { background-color: #C57D11; }
a { background-color: rgb(197,125,17); }
div.DivClassName
{
background-color: #C57D11;
}
.BgClassName
{
background-color: #C57D11;
}
</style>
border-color css
<style>
span { border-color: #C57D11; }
span { border-color: rgb(197,125,17); }
td.TdClassName
{
border-color: #C57D11;
}
.TagClassName
{
border-color: #C57D11;
}
</style>