Shades of Sundance #C5A940
Tints of Sundance #C5A940
RGB
CMYK
RGB Variations
Color information
#C5A940 (or 0xC5A940) is known color: Sundance. HEX triplet: C5, A9 and 40. RGB value is (197,169,64). Sum of RGB (Red+Green+Blue) = 197+169+64=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A940 is #3A56BF. Grayscale: #A5A5A5. Windows color (decimal): -3823296 or 4237765. OLE color: 4237765.
HSL color Cylindrical-coordinate representation of color #C5A940: hue angle of 47.37º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5A940 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 169 | 64 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.23 |
| HSL | 47.37º | 0.53% | 0.51% | - |
| HSV(B) | 47.37º | 0.68% | 0.77% | - |
| XYZ | 38.14 | 40.62 | 10.68 | - |
| YUV | 165.4 | 70.78 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 64 | 0 | 0.14 | 0.68 | 0.23 | 47.37 | 0.53 | 0.51 |
| Hex | C5 | A9 | 40 | 0 | E | 44 | 17 | 2F | 35 | 33 |
| Octal | 305 | 251 | 100 | 0 | 16 | 104 | 27 | 57 | 65 | 63 |
| Binary | 11000101 | 10101001 | 1000000 | 0 | 1110 | 1000100 | 10111 | 101111 | 110101 | 110011 |
Color Harmonies of #C5A940
Complementary color
Monochromatic Colors of #C5A940
Black with #C5A940
Text Example
Text Example
White with #C5A940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A940; }
p { color: rgb(197,169,64); }
H1.HeaderClassName
{
color: #C5A940;
}
.AnyTagClassName
{
color: #C5A940;
}
</style>
background-color css
<style>
a { background-color: #C5A940; }
a { background-color: rgb(197,169,64); }
div.DivClassName
{
background-color: #C5A940;
}
.BgClassName
{
background-color: #C5A940;
}
</style>
border-color css
<style>
span { border-color: #C5A940; }
span { border-color: rgb(197,169,64); }
td.TdClassName
{
border-color: #C5A940;
}
.TagClassName
{
border-color: #C5A940;
}
</style>