Shades of Dark Goldenrod #C57100
Tints of Dark Goldenrod #C57100
RGB
CMYK
RGB Variations
Color information
#C57100 (or 0xC57100) is known color: Dark Goldenrod. HEX triplet: C5, 71 and 00. RGB value is (197,113,0). Sum of RGB (Red+Green+Blue) = 197+113+0=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C57100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57100 is #3A8EFF. Grayscale: #7D7D7D. Windows color (decimal): -3837696 or 29125. OLE color: 29125.
HSL color Cylindrical-coordinate representation of color #C57100: hue angle of 34.42º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C57100 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.23 |
| HSL | 34.42º | 1% | 0.39% | - |
| HSV(B) | 34.42º | 1% | 0.77% | - |
| XYZ | 28.93 | 23.68 | 3.05 | - |
| YUV | 125.23 | 57.33 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 0 | 0 | 0.43 | 1 | 0.23 | 34.42 | 1 | 0.39 |
| Hex | C5 | 71 | 0 | 0 | 2B | 64 | 17 | 22 | 64 | 27 |
| Octal | 305 | 161 | 0 | 0 | 53 | 144 | 27 | 42 | 144 | 47 |
| Binary | 11000101 | 1110001 | 0 | 0 | 101011 | 1100100 | 10111 | 100010 | 1100100 | 100111 |
Color Harmonies of #C57100
Complementary color
Monochromatic Colors of #C57100
Black with #C57100
Text Example
Text Example
White with #C57100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57100; }
p { color: rgb(197,113,0); }
H1.HeaderClassName
{
color: #C57100;
}
.AnyTagClassName
{
color: #C57100;
}
</style>
background-color css
<style>
a { background-color: #C57100; }
a { background-color: rgb(197,113,0); }
div.DivClassName
{
background-color: #C57100;
}
.BgClassName
{
background-color: #C57100;
}
</style>
border-color css
<style>
span { border-color: #C57100; }
span { border-color: rgb(197,113,0); }
td.TdClassName
{
border-color: #C57100;
}
.TagClassName
{
border-color: #C57100;
}
</style>