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