Shades of Dark Goldenrod #C57500
Tints of Dark Goldenrod #C57500
RGB
CMYK
RGB Variations
Color information
#C57500 (or 0xC57500) is known color: Dark Goldenrod. HEX triplet: C5, 75 and 00. RGB value is (197,117,0). Sum of RGB (Red+Green+Blue) = 197+117+0=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C57500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57500 is #3A8AFF. Grayscale: #808080. Windows color (decimal): -3836672 or 30149. OLE color: 30149.
HSL color Cylindrical-coordinate representation of color #C57500: hue angle of 35.63º 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 #C57500 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.23 |
| HSL | 35.63º | 1% | 0.39% | - |
| HSV(B) | 35.63º | 1% | 0.77% | - |
| XYZ | 29.39 | 24.59 | 3.2 | - |
| YUV | 127.58 | 56 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 0 | 0 | 0.41 | 1 | 0.23 | 35.63 | 1 | 0.39 |
| Hex | C5 | 75 | 0 | 0 | 29 | 64 | 17 | 24 | 64 | 27 |
| Octal | 305 | 165 | 0 | 0 | 51 | 144 | 27 | 44 | 144 | 47 |
| Binary | 11000101 | 1110101 | 0 | 0 | 101001 | 1100100 | 10111 | 100100 | 1100100 | 100111 |
Color Harmonies of #C57500
Complementary color
Monochromatic Colors of #C57500
Black with #C57500
Text Example
Text Example
White with #C57500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57500; }
p { color: rgb(197,117,0); }
H1.HeaderClassName
{
color: #C57500;
}
.AnyTagClassName
{
color: #C57500;
}
</style>
background-color css
<style>
a { background-color: #C57500; }
a { background-color: rgb(197,117,0); }
div.DivClassName
{
background-color: #C57500;
}
.BgClassName
{
background-color: #C57500;
}
</style>
border-color css
<style>
span { border-color: #C57500; }
span { border-color: rgb(197,117,0); }
td.TdClassName
{
border-color: #C57500;
}
.TagClassName
{
border-color: #C57500;
}
</style>