Shades of Sundance #C5A34F
Tints of Sundance #C5A34F
RGB
CMYK
RGB Variations
Color information
#C5A34F (or 0xC5A34F) is known color: Sundance. HEX triplet: C5, A3 and 4F. RGB value is (197,163,79). Sum of RGB (Red+Green+Blue) = 197+163+79=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A34F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A34F is #3A5CB0. Grayscale: #A3A3A3. Windows color (decimal): -3824817 or 5219269. OLE color: 5219269.
HSL color Cylindrical-coordinate representation of color #C5A34F: hue angle of 42.71º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5A34F is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 163 | 79 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.23 |
| HSL | 42.71º | 0.5% | 0.54% | - |
| HSV(B) | 42.71º | 0.6% | 0.77% | - |
| XYZ | 37.53 | 38.63 | 12.88 | - |
| YUV | 163.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 163 | 79 | 0 | 0.17 | 0.60 | 0.23 | 42.71 | 0.5 | 0.54 |
| Hex | C5 | A3 | 4F | 0 | 11 | 3C | 17 | 2B | 32 | 36 |
| Octal | 305 | 243 | 117 | 0 | 21 | 74 | 27 | 53 | 62 | 66 |
| Binary | 11000101 | 10100011 | 1001111 | 0 | 10001 | 111100 | 10111 | 101011 | 110010 | 110110 |
Color Harmonies of #C5A34F
Complementary color
Monochromatic Colors of #C5A34F
Black with #C5A34F
Text Example
Text Example
White with #C5A34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A34F; }
p { color: rgb(197,163,79); }
H1.HeaderClassName
{
color: #C5A34F;
}
.AnyTagClassName
{
color: #C5A34F;
}
</style>
background-color css
<style>
a { background-color: #C5A34F; }
a { background-color: rgb(197,163,79); }
div.DivClassName
{
background-color: #C5A34F;
}
.BgClassName
{
background-color: #C5A34F;
}
</style>
border-color css
<style>
span { border-color: #C5A34F; }
span { border-color: rgb(197,163,79); }
td.TdClassName
{
border-color: #C5A34F;
}
.TagClassName
{
border-color: #C5A34F;
}
</style>