Shades of Sundance #C4A24E
Tints of Sundance #C4A24E
RGB
CMYK
RGB Variations
Color information
#C4A24E (or 0xC4A24E) is known color: Sundance. HEX triplet: C4, A2 and 4E. RGB value is (196,162,78). Sum of RGB (Red+Green+Blue) = 196+162+78=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A24E is #3B5DB1. Grayscale: #A2A2A2. Windows color (decimal): -3890610 or 5153476. OLE color: 5153476.
HSL color Cylindrical-coordinate representation of color #C4A24E: 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 #C4A24E is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 162 | 78 | - |
| 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.06 | 38.13 | 12.61 | - |
| YUV | 162.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 78 | 0 | 0.17 | 0.60 | 0.23 | 42.71 | 0.5 | 0.54 |
| Hex | C4 | A2 | 4E | 0 | 11 | 3C | 17 | 2B | 32 | 36 |
| Octal | 304 | 242 | 116 | 0 | 21 | 74 | 27 | 53 | 62 | 66 |
| Binary | 11000100 | 10100010 | 1001110 | 0 | 10001 | 111100 | 10111 | 101011 | 110010 | 110110 |
Color Harmonies of #C4A24E
Complementary color
Monochromatic Colors of #C4A24E
Black with #C4A24E
Text Example
Text Example
White with #C4A24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A24E; }
p { color: rgb(196,162,78); }
H1.HeaderClassName
{
color: #C4A24E;
}
.AnyTagClassName
{
color: #C4A24E;
}
</style>
background-color css
<style>
a { background-color: #C4A24E; }
a { background-color: rgb(196,162,78); }
div.DivClassName
{
background-color: #C4A24E;
}
.BgClassName
{
background-color: #C4A24E;
}
</style>
border-color css
<style>
span { border-color: #C4A24E; }
span { border-color: rgb(196,162,78); }
td.TdClassName
{
border-color: #C4A24E;
}
.TagClassName
{
border-color: #C4A24E;
}
</style>