Shades of Sundance #CAA244
Tints of Sundance #CAA244
RGB
CMYK
RGB Variations
Color information
#CAA244 (or 0xCAA244) is known color: Sundance. HEX triplet: CA, A2 and 44. RGB value is (202,162,68). Sum of RGB (Red+Green+Blue) = 202+162+68=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 68 (26.95% from 255 or 15.74% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA244 is #355DBB. Grayscale: #A3A3A3. Windows color (decimal): -3497404 or 4498122. OLE color: 4498122.
HSL color Cylindrical-coordinate representation of color #CAA244: hue angle of 42.09º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAA244 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 68 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.21 |
| HSL | 42.09º | 0.56% | 0.53% | - |
| HSV(B) | 42.09º | 0.66% | 0.79% | - |
| XYZ | 38.32 | 38.81 | 10.94 | - |
| YUV | 163.24 | 74.25 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 68 | 0 | 0.20 | 0.66 | 0.21 | 42.09 | 0.56 | 0.53 |
| Hex | CA | A2 | 44 | 0 | 14 | 42 | 15 | 2A | 38 | 35 |
| Octal | 312 | 242 | 104 | 0 | 24 | 102 | 25 | 52 | 70 | 65 |
| Binary | 11001010 | 10100010 | 1000100 | 0 | 10100 | 1000010 | 10101 | 101010 | 111000 | 110101 |
Color Harmonies of #CAA244
Complementary color
Monochromatic Colors of #CAA244
Black with #CAA244
Text Example
Text Example
White with #CAA244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA244; }
p { color: rgb(202,162,68); }
H1.HeaderClassName
{
color: #CAA244;
}
.AnyTagClassName
{
color: #CAA244;
}
</style>
background-color css
<style>
a { background-color: #CAA244; }
a { background-color: rgb(202,162,68); }
div.DivClassName
{
background-color: #CAA244;
}
.BgClassName
{
background-color: #CAA244;
}
</style>
border-color css
<style>
span { border-color: #CAA244; }
span { border-color: rgb(202,162,68); }
td.TdClassName
{
border-color: #CAA244;
}
.TagClassName
{
border-color: #CAA244;
}
</style>