Shades of Sundance #CAA040
Tints of Sundance #CAA040
RGB
CMYK
RGB Variations
Color information
#CAA040 (or 0xCAA040) is known color: Sundance. HEX triplet: CA, A0 and 40. RGB value is (202,160,64). Sum of RGB (Red+Green+Blue) = 202+160+64=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA040 is #355FBF. Grayscale: #A2A2A2. Windows color (decimal): -3497920 or 4235466. OLE color: 4235466.
HSL color Cylindrical-coordinate representation of color #CAA040: hue angle of 41.74º 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 #CAA040 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 64 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.21 |
| HSL | 41.74º | 0.57% | 0.52% | - |
| HSV(B) | 41.74º | 0.68% | 0.79% | - |
| XYZ | 37.85 | 38.07 | 10.2 | - |
| YUV | 161.61 | 72.91 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 64 | 0 | 0.21 | 0.68 | 0.21 | 41.74 | 0.57 | 0.52 |
| Hex | CA | A0 | 40 | 0 | 15 | 44 | 15 | 2A | 39 | 34 |
| Octal | 312 | 240 | 100 | 0 | 25 | 104 | 25 | 52 | 71 | 64 |
| Binary | 11001010 | 10100000 | 1000000 | 0 | 10101 | 1000100 | 10101 | 101010 | 111001 | 110100 |
Color Harmonies of #CAA040
Complementary color
Monochromatic Colors of #CAA040
Black with #CAA040
Text Example
Text Example
White with #CAA040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA040; }
p { color: rgb(202,160,64); }
H1.HeaderClassName
{
color: #CAA040;
}
.AnyTagClassName
{
color: #CAA040;
}
</style>
background-color css
<style>
a { background-color: #CAA040; }
a { background-color: rgb(202,160,64); }
div.DivClassName
{
background-color: #CAA040;
}
.BgClassName
{
background-color: #CAA040;
}
</style>
border-color css
<style>
span { border-color: #CAA040; }
span { border-color: rgb(202,160,64); }
td.TdClassName
{
border-color: #CAA040;
}
.TagClassName
{
border-color: #CAA040;
}
</style>