Shades of Sundance #CAA44A
Tints of Sundance #CAA44A
RGB
CMYK
RGB Variations
Color information
#CAA44A (or 0xCAA44A) is known color: Sundance. HEX triplet: CA, A4 and 4A. RGB value is (202,164,74). Sum of RGB (Red+Green+Blue) = 202+164+74=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA44A is #355BB5. Grayscale: #A5A5A5. Windows color (decimal): -3496886 or 4891850. OLE color: 4891850.
HSL color Cylindrical-coordinate representation of color #CAA44A: hue angle of 42.19º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAA44A is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 74 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.21 |
| HSL | 42.19º | 0.55% | 0.54% | - |
| HSV(B) | 42.19º | 0.63% | 0.79% | - |
| XYZ | 38.87 | 39.6 | 12.07 | - |
| YUV | 165.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 74 | 0 | 0.19 | 0.63 | 0.21 | 42.19 | 0.55 | 0.54 |
| Hex | CA | A4 | 4A | 0 | 13 | 3F | 15 | 2A | 37 | 36 |
| Octal | 312 | 244 | 112 | 0 | 23 | 77 | 25 | 52 | 67 | 66 |
| Binary | 11001010 | 10100100 | 1001010 | 0 | 10011 | 111111 | 10101 | 101010 | 110111 | 110110 |
Color Harmonies of #CAA44A
Complementary color
Monochromatic Colors of #CAA44A
Black with #CAA44A
Text Example
Text Example
White with #CAA44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA44A; }
p { color: rgb(202,164,74); }
H1.HeaderClassName
{
color: #CAA44A;
}
.AnyTagClassName
{
color: #CAA44A;
}
</style>
background-color css
<style>
a { background-color: #CAA44A; }
a { background-color: rgb(202,164,74); }
div.DivClassName
{
background-color: #CAA44A;
}
.BgClassName
{
background-color: #CAA44A;
}
</style>
border-color css
<style>
span { border-color: #CAA44A; }
span { border-color: rgb(202,164,74); }
td.TdClassName
{
border-color: #CAA44A;
}
.TagClassName
{
border-color: #CAA44A;
}
</style>