Shades of Sundance #C5A54E
Tints of Sundance #C5A54E
RGB
CMYK
RGB Variations
Color information
#C5A54E (or 0xC5A54E) is known color: Sundance. HEX triplet: C5, A5 and 4E. RGB value is (197,165,78). Sum of RGB (Red+Green+Blue) = 197+165+78=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A54E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A54E is #3A5AB1. Grayscale: #A5A5A5. Windows color (decimal): -3824306 or 5154245. OLE color: 5154245.
HSL color Cylindrical-coordinate representation of color #C5A54E: hue angle of 43.87º degrees, saturation: 0.51, 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 #C5A54E is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 165 | 78 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.23 |
| HSL | 43.87º | 0.51% | 0.54% | - |
| HSV(B) | 43.87º | 0.6% | 0.77% | - |
| XYZ | 37.86 | 39.33 | 12.8 | - |
| YUV | 164.65 | 79.1 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 165 | 78 | 0 | 0.16 | 0.60 | 0.23 | 43.87 | 0.51 | 0.54 |
| Hex | C5 | A5 | 4E | 0 | 10 | 3C | 17 | 2C | 33 | 36 |
| Octal | 305 | 245 | 116 | 0 | 20 | 74 | 27 | 54 | 63 | 66 |
| Binary | 11000101 | 10100101 | 1001110 | 0 | 10000 | 111100 | 10111 | 101100 | 110011 | 110110 |
Color Harmonies of #C5A54E
Complementary color
Monochromatic Colors of #C5A54E
Black with #C5A54E
Text Example
Text Example
White with #C5A54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A54E; }
p { color: rgb(197,165,78); }
H1.HeaderClassName
{
color: #C5A54E;
}
.AnyTagClassName
{
color: #C5A54E;
}
</style>
background-color css
<style>
a { background-color: #C5A54E; }
a { background-color: rgb(197,165,78); }
div.DivClassName
{
background-color: #C5A54E;
}
.BgClassName
{
background-color: #C5A54E;
}
</style>
border-color css
<style>
span { border-color: #C5A54E; }
span { border-color: rgb(197,165,78); }
td.TdClassName
{
border-color: #C5A54E;
}
.TagClassName
{
border-color: #C5A54E;
}
</style>