Shades of Sundance #CAA643
Tints of Sundance #CAA643
RGB
CMYK
RGB Variations
Color information
#CAA643 (or 0xCAA643) is known color: Sundance. HEX triplet: CA, A6 and 43. RGB value is (202,166,67). Sum of RGB (Red+Green+Blue) = 202+166+67=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA643 is #3559BC. Grayscale: #A5A5A5. Windows color (decimal): -3496381 or 4433610. OLE color: 4433610.
HSL color Cylindrical-coordinate representation of color #CAA643: hue angle of 44º 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 #CAA643 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 67 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.21 |
| HSL | 44º | 0.56% | 0.53% | - |
| HSV(B) | 44º | 0.67% | 0.79% | - |
| XYZ | 39.01 | 40.23 | 11.02 | - |
| YUV | 165.48 | 72.43 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 67 | 0 | 0.18 | 0.67 | 0.21 | 44 | 0.56 | 0.53 |
| Hex | CA | A6 | 43 | 0 | 12 | 43 | 15 | 2C | 38 | 35 |
| Octal | 312 | 246 | 103 | 0 | 22 | 103 | 25 | 54 | 70 | 65 |
| Binary | 11001010 | 10100110 | 1000011 | 0 | 10010 | 1000011 | 10101 | 101100 | 111000 | 110101 |
Color Harmonies of #CAA643
Complementary color
Monochromatic Colors of #CAA643
Black with #CAA643
Text Example
Text Example
White with #CAA643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA643; }
p { color: rgb(202,166,67); }
H1.HeaderClassName
{
color: #CAA643;
}
.AnyTagClassName
{
color: #CAA643;
}
</style>
background-color css
<style>
a { background-color: #CAA643; }
a { background-color: rgb(202,166,67); }
div.DivClassName
{
background-color: #CAA643;
}
.BgClassName
{
background-color: #CAA643;
}
</style>
border-color css
<style>
span { border-color: #CAA643; }
span { border-color: rgb(202,166,67); }
td.TdClassName
{
border-color: #CAA643;
}
.TagClassName
{
border-color: #CAA643;
}
</style>