Shades of Dark Goldenrod #C57700
Tints of Dark Goldenrod #C57700
RGB
CMYK
RGB Variations
Color information
#C57700 (or 0xC57700) is known color: Dark Goldenrod. HEX triplet: C5, 77 and 00. RGB value is (197,119,0). Sum of RGB (Red+Green+Blue) = 197+119+0=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C57700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57700 is #3A88FF. Grayscale: #818181. Windows color (decimal): -3836160 or 30661. OLE color: 30661.
HSL color Cylindrical-coordinate representation of color #C57700: hue angle of 36.24º 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 #C57700 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.23 |
| HSL | 36.24º | 1% | 0.39% | - |
| HSV(B) | 36.24º | 1% | 0.77% | - |
| XYZ | 29.62 | 25.06 | 3.28 | - |
| YUV | 128.76 | 55.34 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 0 | 0 | 0.40 | 1 | 0.23 | 36.24 | 1 | 0.39 |
| Hex | C5 | 77 | 0 | 0 | 28 | 64 | 17 | 24 | 64 | 27 |
| Octal | 305 | 167 | 0 | 0 | 50 | 144 | 27 | 44 | 144 | 47 |
| Binary | 11000101 | 1110111 | 0 | 0 | 101000 | 1100100 | 10111 | 100100 | 1100100 | 100111 |
Color Harmonies of #C57700
Complementary color
Monochromatic Colors of #C57700
Black with #C57700
Text Example
Text Example
White with #C57700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57700; }
p { color: rgb(197,119,0); }
H1.HeaderClassName
{
color: #C57700;
}
.AnyTagClassName
{
color: #C57700;
}
</style>
background-color css
<style>
a { background-color: #C57700; }
a { background-color: rgb(197,119,0); }
div.DivClassName
{
background-color: #C57700;
}
.BgClassName
{
background-color: #C57700;
}
</style>
border-color css
<style>
span { border-color: #C57700; }
span { border-color: rgb(197,119,0); }
td.TdClassName
{
border-color: #C57700;
}
.TagClassName
{
border-color: #C57700;
}
</style>