Shades of Sundance #CAA64A
Tints of Sundance #CAA64A
RGB
CMYK
RGB Variations
Color information
#CAA64A (or 0xCAA64A) is known color: Sundance. HEX triplet: CA, A6 and 4A. RGB value is (202,166,74). Sum of RGB (Red+Green+Blue) = 202+166+74=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA64A is #3559B5. Grayscale: #A6A6A6. Windows color (decimal): -3496374 or 4892362. OLE color: 4892362.
HSL color Cylindrical-coordinate representation of color #CAA64A: hue angle of 43.12º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAA64A is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 74 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.21 |
| HSL | 43.13º | 0.55% | 0.54% | - |
| HSV(B) | 43.13º | 0.63% | 0.79% | - |
| XYZ | 39.23 | 40.32 | 12.19 | - |
| YUV | 166.28 | 75.93 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 74 | 0 | 0.18 | 0.63 | 0.21 | 43.13 | 0.55 | 0.54 |
| Hex | CA | A6 | 4A | 0 | 12 | 3F | 15 | 2B | 37 | 36 |
| Octal | 312 | 246 | 112 | 0 | 22 | 77 | 25 | 53 | 67 | 66 |
| Binary | 11001010 | 10100110 | 1001010 | 0 | 10010 | 111111 | 10101 | 101011 | 110111 | 110110 |
Color Harmonies of #CAA64A
Complementary color
Monochromatic Colors of #CAA64A
Black with #CAA64A
Text Example
Text Example
White with #CAA64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA64A; }
p { color: rgb(202,166,74); }
H1.HeaderClassName
{
color: #CAA64A;
}
.AnyTagClassName
{
color: #CAA64A;
}
</style>
background-color css
<style>
a { background-color: #CAA64A; }
a { background-color: rgb(202,166,74); }
div.DivClassName
{
background-color: #CAA64A;
}
.BgClassName
{
background-color: #CAA64A;
}
</style>
border-color css
<style>
span { border-color: #CAA64A; }
span { border-color: rgb(202,166,74); }
td.TdClassName
{
border-color: #CAA64A;
}
.TagClassName
{
border-color: #CAA64A;
}
</style>