Shades of Sundance #CAA043
Tints of Sundance #CAA043
RGB
CMYK
RGB Variations
Color information
#CAA043 (or 0xCAA043) is known color: Sundance. HEX triplet: CA, A0 and 43. RGB value is (202,160,67). Sum of RGB (Red+Green+Blue) = 202+160+67=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 67 (26.56% from 255 or 15.62% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA043 is #355FBC. Grayscale: #A2A2A2. Windows color (decimal): -3497917 or 4432074. OLE color: 4432074.
HSL color Cylindrical-coordinate representation of color #CAA043: hue angle of 41.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAA043 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 67 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.21 |
| HSL | 41.33º | 0.56% | 0.53% | - |
| HSV(B) | 41.33º | 0.67% | 0.79% | - |
| XYZ | 37.94 | 38.1 | 10.67 | - |
| YUV | 161.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 67 | 0 | 0.21 | 0.67 | 0.21 | 41.33 | 0.56 | 0.53 |
| Hex | CA | A0 | 43 | 0 | 15 | 43 | 15 | 29 | 38 | 35 |
| Octal | 312 | 240 | 103 | 0 | 25 | 103 | 25 | 51 | 70 | 65 |
| Binary | 11001010 | 10100000 | 1000011 | 0 | 10101 | 1000011 | 10101 | 101001 | 111000 | 110101 |
Color Harmonies of #CAA043
Complementary color
Monochromatic Colors of #CAA043
Black with #CAA043
Text Example
Text Example
White with #CAA043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA043; }
p { color: rgb(202,160,67); }
H1.HeaderClassName
{
color: #CAA043;
}
.AnyTagClassName
{
color: #CAA043;
}
</style>
background-color css
<style>
a { background-color: #CAA043; }
a { background-color: rgb(202,160,67); }
div.DivClassName
{
background-color: #CAA043;
}
.BgClassName
{
background-color: #CAA043;
}
</style>
border-color css
<style>
span { border-color: #CAA043; }
span { border-color: rgb(202,160,67); }
td.TdClassName
{
border-color: #CAA043;
}
.TagClassName
{
border-color: #CAA043;
}
</style>