Shades of Sundance #CAA942
Tints of Sundance #CAA942
RGB
CMYK
RGB Variations
Color information
#CAA942 (or 0xCAA942) is known color: Sundance. HEX triplet: CA, A9 and 42. RGB value is (202,169,66). Sum of RGB (Red+Green+Blue) = 202+169+66=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA942 is #3556BD. Grayscale: #A7A7A7. Windows color (decimal): -3495614 or 4368842. OLE color: 4368842.
HSL color Cylindrical-coordinate representation of color #CAA942: hue angle of 45.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 #CAA942 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 66 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.21 |
| HSL | 45.44º | 0.56% | 0.53% | - |
| HSV(B) | 45.44º | 0.67% | 0.79% | - |
| XYZ | 39.53 | 41.33 | 11.05 | - |
| YUV | 167.13 | 70.93 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 66 | 0 | 0.16 | 0.67 | 0.21 | 45.44 | 0.56 | 0.53 |
| Hex | CA | A9 | 42 | 0 | 10 | 43 | 15 | 2D | 38 | 35 |
| Octal | 312 | 251 | 102 | 0 | 20 | 103 | 25 | 55 | 70 | 65 |
| Binary | 11001010 | 10101001 | 1000010 | 0 | 10000 | 1000011 | 10101 | 101101 | 111000 | 110101 |
Color Harmonies of #CAA942
Complementary color
Monochromatic Colors of #CAA942
Black with #CAA942
Text Example
Text Example
White with #CAA942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA942; }
p { color: rgb(202,169,66); }
H1.HeaderClassName
{
color: #CAA942;
}
.AnyTagClassName
{
color: #CAA942;
}
</style>
background-color css
<style>
a { background-color: #CAA942; }
a { background-color: rgb(202,169,66); }
div.DivClassName
{
background-color: #CAA942;
}
.BgClassName
{
background-color: #CAA942;
}
</style>
border-color css
<style>
span { border-color: #CAA942; }
span { border-color: rgb(202,169,66); }
td.TdClassName
{
border-color: #CAA942;
}
.TagClassName
{
border-color: #CAA942;
}
</style>