Shades of Sundance #C5A44F
Tints of Sundance #C5A44F
RGB
CMYK
RGB Variations
Color information
#C5A44F (or 0xC5A44F) is known color: Sundance. HEX triplet: C5, A4 and 4F. RGB value is (197,164,79). Sum of RGB (Red+Green+Blue) = 197+164+79=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A44F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A44F is #3A5BB0. Grayscale: #A4A4A4. Windows color (decimal): -3824561 or 5219525. OLE color: 5219525.
HSL color Cylindrical-coordinate representation of color #C5A44F: hue angle of 43.22º 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 #C5A44F is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 164 | 79 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.23 |
| HSL | 43.22º | 0.5% | 0.54% | - |
| HSV(B) | 43.22º | 0.6% | 0.77% | - |
| XYZ | 37.71 | 38.99 | 12.93 | - |
| YUV | 164.18 | 79.93 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 79 | 0 | 0.17 | 0.60 | 0.23 | 43.22 | 0.5 | 0.54 |
| Hex | C5 | A4 | 4F | 0 | 11 | 3C | 17 | 2B | 32 | 36 |
| Octal | 305 | 244 | 117 | 0 | 21 | 74 | 27 | 53 | 62 | 66 |
| Binary | 11000101 | 10100100 | 1001111 | 0 | 10001 | 111100 | 10111 | 101011 | 110010 | 110110 |
Color Harmonies of #C5A44F
Complementary color
Monochromatic Colors of #C5A44F
Black with #C5A44F
Text Example
Text Example
White with #C5A44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A44F; }
p { color: rgb(197,164,79); }
H1.HeaderClassName
{
color: #C5A44F;
}
.AnyTagClassName
{
color: #C5A44F;
}
</style>
background-color css
<style>
a { background-color: #C5A44F; }
a { background-color: rgb(197,164,79); }
div.DivClassName
{
background-color: #C5A44F;
}
.BgClassName
{
background-color: #C5A44F;
}
</style>
border-color css
<style>
span { border-color: #C5A44F; }
span { border-color: rgb(197,164,79); }
td.TdClassName
{
border-color: #C5A44F;
}
.TagClassName
{
border-color: #C5A44F;
}
</style>