Shades of Sundance #CAA241
Tints of Sundance #CAA241
RGB
CMYK
RGB Variations
Color information
#CAA241 (or 0xCAA241) is known color: Sundance. HEX triplet: CA, A2 and 41. RGB value is (202,162,65). Sum of RGB (Red+Green+Blue) = 202+162+65=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA241 is #355DBE. Grayscale: #A3A3A3. Windows color (decimal): -3497407 or 4301514. OLE color: 4301514.
HSL color Cylindrical-coordinate representation of color #CAA241: hue angle of 42.48º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAA241 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 65 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.21 |
| HSL | 42.48º | 0.56% | 0.52% | - |
| HSV(B) | 42.48º | 0.68% | 0.79% | - |
| XYZ | 38.23 | 38.78 | 10.47 | - |
| YUV | 162.9 | 72.75 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 65 | 0 | 0.20 | 0.68 | 0.21 | 42.48 | 0.56 | 0.52 |
| Hex | CA | A2 | 41 | 0 | 14 | 44 | 15 | 2A | 38 | 34 |
| Octal | 312 | 242 | 101 | 0 | 24 | 104 | 25 | 52 | 70 | 64 |
| Binary | 11001010 | 10100010 | 1000001 | 0 | 10100 | 1000100 | 10101 | 101010 | 111000 | 110100 |
Color Harmonies of #CAA241
Complementary color
Monochromatic Colors of #CAA241
Black with #CAA241
Text Example
Text Example
White with #CAA241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA241; }
p { color: rgb(202,162,65); }
H1.HeaderClassName
{
color: #CAA241;
}
.AnyTagClassName
{
color: #CAA241;
}
</style>
background-color css
<style>
a { background-color: #CAA241; }
a { background-color: rgb(202,162,65); }
div.DivClassName
{
background-color: #CAA241;
}
.BgClassName
{
background-color: #CAA241;
}
</style>
border-color css
<style>
span { border-color: #CAA241; }
span { border-color: rgb(202,162,65); }
td.TdClassName
{
border-color: #CAA241;
}
.TagClassName
{
border-color: #CAA241;
}
</style>