Shades of Dark Goldenrod #C57800
Tints of Dark Goldenrod #C57800
RGB
CMYK
RGB Variations
Color information
#C57800 (or 0xC57800) is known color: Dark Goldenrod. HEX triplet: C5, 78 and 00. RGB value is (197,120,0). Sum of RGB (Red+Green+Blue) = 197+120+0=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C57800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57800 is #3A87FF. Grayscale: #818181. Windows color (decimal): -3835904 or 30917. OLE color: 30917.
HSL color Cylindrical-coordinate representation of color #C57800: hue angle of 36.55º 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 #C57800 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.23 |
| HSL | 36.55º | 1% | 0.39% | - |
| HSV(B) | 36.55º | 1% | 0.77% | - |
| XYZ | 29.74 | 25.3 | 3.32 | - |
| YUV | 129.34 | 55.01 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 0 | 0 | 0.39 | 1 | 0.23 | 36.55 | 1 | 0.39 |
| Hex | C5 | 78 | 0 | 0 | 27 | 64 | 17 | 25 | 64 | 27 |
| Octal | 305 | 170 | 0 | 0 | 47 | 144 | 27 | 45 | 144 | 47 |
| Binary | 11000101 | 1111000 | 0 | 0 | 100111 | 1100100 | 10111 | 100101 | 1100100 | 100111 |
Color Harmonies of #C57800
Complementary color
Monochromatic Colors of #C57800
Black with #C57800
Text Example
Text Example
White with #C57800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57800; }
p { color: rgb(197,120,0); }
H1.HeaderClassName
{
color: #C57800;
}
.AnyTagClassName
{
color: #C57800;
}
</style>
background-color css
<style>
a { background-color: #C57800; }
a { background-color: rgb(197,120,0); }
div.DivClassName
{
background-color: #C57800;
}
.BgClassName
{
background-color: #C57800;
}
</style>
border-color css
<style>
span { border-color: #C57800; }
span { border-color: rgb(197,120,0); }
td.TdClassName
{
border-color: #C57800;
}
.TagClassName
{
border-color: #C57800;
}
</style>