Shades of Sundance #CAA340
Tints of Sundance #CAA340
RGB
CMYK
RGB Variations
Color information
#CAA340 (or 0xCAA340) is known color: Sundance. HEX triplet: CA, A3 and 40. RGB value is (202,163,64). Sum of RGB (Red+Green+Blue) = 202+163+64=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA340 is #355CBF. Grayscale: #A3A3A3. Windows color (decimal): -3497152 or 4236234. OLE color: 4236234.
HSL color Cylindrical-coordinate representation of color #CAA340: hue angle of 43.04º degrees, saturation: 0.57, 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 #CAA340 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 64 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.21 |
| HSL | 43.04º | 0.57% | 0.52% | - |
| HSV(B) | 43.04º | 0.68% | 0.79% | - |
| XYZ | 38.38 | 39.12 | 10.38 | - |
| YUV | 163.38 | 71.92 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 64 | 0 | 0.19 | 0.68 | 0.21 | 43.04 | 0.57 | 0.52 |
| Hex | CA | A3 | 40 | 0 | 13 | 44 | 15 | 2B | 39 | 34 |
| Octal | 312 | 243 | 100 | 0 | 23 | 104 | 25 | 53 | 71 | 64 |
| Binary | 11001010 | 10100011 | 1000000 | 0 | 10011 | 1000100 | 10101 | 101011 | 111001 | 110100 |
Color Harmonies of #CAA340
Complementary color
Monochromatic Colors of #CAA340
Black with #CAA340
Text Example
Text Example
White with #CAA340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA340; }
p { color: rgb(202,163,64); }
H1.HeaderClassName
{
color: #CAA340;
}
.AnyTagClassName
{
color: #CAA340;
}
</style>
background-color css
<style>
a { background-color: #CAA340; }
a { background-color: rgb(202,163,64); }
div.DivClassName
{
background-color: #CAA340;
}
.BgClassName
{
background-color: #CAA340;
}
</style>
border-color css
<style>
span { border-color: #CAA340; }
span { border-color: rgb(202,163,64); }
td.TdClassName
{
border-color: #CAA340;
}
.TagClassName
{
border-color: #CAA340;
}
</style>