Shades of Sundance #C5A94D
Tints of Sundance #C5A94D
RGB
CMYK
RGB Variations
Color information
#C5A94D (or 0xC5A94D) is known color: Sundance. HEX triplet: C5, A9 and 4D. RGB value is (197,169,77). Sum of RGB (Red+Green+Blue) = 197+169+77=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A94D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A94D is #3A56B2. Grayscale: #A7A7A7. Windows color (decimal): -3823283 or 5089733. OLE color: 5089733.
HSL color Cylindrical-coordinate representation of color #C5A94D: hue angle of 46º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5A94D is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 169 | 77 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.23 |
| HSL | 46º | 0.51% | 0.54% | - |
| HSV(B) | 46º | 0.61% | 0.77% | - |
| XYZ | 38.55 | 40.78 | 12.86 | - |
| YUV | 166.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 77 | 0 | 0.14 | 0.61 | 0.23 | 46 | 0.51 | 0.54 |
| Hex | C5 | A9 | 4D | 0 | E | 3D | 17 | 2E | 33 | 36 |
| Octal | 305 | 251 | 115 | 0 | 16 | 75 | 27 | 56 | 63 | 66 |
| Binary | 11000101 | 10101001 | 1001101 | 0 | 1110 | 111101 | 10111 | 101110 | 110011 | 110110 |
Color Harmonies of #C5A94D
Complementary color
Monochromatic Colors of #C5A94D
Black with #C5A94D
Text Example
Text Example
White with #C5A94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A94D; }
p { color: rgb(197,169,77); }
H1.HeaderClassName
{
color: #C5A94D;
}
.AnyTagClassName
{
color: #C5A94D;
}
</style>
background-color css
<style>
a { background-color: #C5A94D; }
a { background-color: rgb(197,169,77); }
div.DivClassName
{
background-color: #C5A94D;
}
.BgClassName
{
background-color: #C5A94D;
}
</style>
border-color css
<style>
span { border-color: #C5A94D; }
span { border-color: rgb(197,169,77); }
td.TdClassName
{
border-color: #C5A94D;
}
.TagClassName
{
border-color: #C5A94D;
}
</style>