Shades of Sundance #CAA949
Tints of Sundance #CAA949
RGB
CMYK
RGB Variations
Color information
#CAA949 (or 0xCAA949) is known color: Sundance. HEX triplet: CA, A9 and 49. RGB value is (202,169,73). Sum of RGB (Red+Green+Blue) = 202+169+73=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA949 is #3556B6. Grayscale: #A8A8A8. Windows color (decimal): -3495607 or 4827594. OLE color: 4827594.
HSL color Cylindrical-coordinate representation of color #CAA949: hue angle of 44.65º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAA949 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 73 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.21 |
| HSL | 44.65º | 0.55% | 0.54% | - |
| HSV(B) | 44.65º | 0.64% | 0.79% | - |
| XYZ | 39.75 | 41.41 | 12.2 | - |
| YUV | 167.92 | 74.43 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 73 | 0 | 0.16 | 0.64 | 0.21 | 44.65 | 0.55 | 0.54 |
| Hex | CA | A9 | 49 | 0 | 10 | 40 | 15 | 2D | 37 | 36 |
| Octal | 312 | 251 | 111 | 0 | 20 | 100 | 25 | 55 | 67 | 66 |
| Binary | 11001010 | 10101001 | 1001001 | 0 | 10000 | 1000000 | 10101 | 101101 | 110111 | 110110 |
Color Harmonies of #CAA949
Complementary color
Monochromatic Colors of #CAA949
Black with #CAA949
Text Example
Text Example
White with #CAA949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA949; }
p { color: rgb(202,169,73); }
H1.HeaderClassName
{
color: #CAA949;
}
.AnyTagClassName
{
color: #CAA949;
}
</style>
background-color css
<style>
a { background-color: #CAA949; }
a { background-color: rgb(202,169,73); }
div.DivClassName
{
background-color: #CAA949;
}
.BgClassName
{
background-color: #CAA949;
}
</style>
border-color css
<style>
span { border-color: #CAA949; }
span { border-color: rgb(202,169,73); }
td.TdClassName
{
border-color: #CAA949;
}
.TagClassName
{
border-color: #CAA949;
}
</style>