Shades of Sundance #CAA44E
Tints of Sundance #CAA44E
RGB
CMYK
RGB Variations
Color information
#CAA44E (or 0xCAA44E) is known color: Sundance. HEX triplet: CA, A4 and 4E. RGB value is (202,164,78). Sum of RGB (Red+Green+Blue) = 202+164+78=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA44E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA44E is #355BB1. Grayscale: #A5A5A5. Windows color (decimal): -3496882 or 5153994. OLE color: 5153994.
HSL color Cylindrical-coordinate representation of color #CAA44E: hue angle of 41.61º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAA44E is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 78 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.21 |
| HSL | 41.61º | 0.54% | 0.55% | - |
| HSV(B) | 41.61º | 0.61% | 0.79% | - |
| XYZ | 39.01 | 39.66 | 12.81 | - |
| YUV | 165.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 78 | 0 | 0.19 | 0.61 | 0.21 | 41.61 | 0.54 | 0.55 |
| Hex | CA | A4 | 4E | 0 | 13 | 3D | 15 | 2A | 36 | 37 |
| Octal | 312 | 244 | 116 | 0 | 23 | 75 | 25 | 52 | 66 | 67 |
| Binary | 11001010 | 10100100 | 1001110 | 0 | 10011 | 111101 | 10101 | 101010 | 110110 | 110111 |
Color Harmonies of #CAA44E
Complementary color
Monochromatic Colors of #CAA44E
Black with #CAA44E
Text Example
Text Example
White with #CAA44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA44E; }
p { color: rgb(202,164,78); }
H1.HeaderClassName
{
color: #CAA44E;
}
.AnyTagClassName
{
color: #CAA44E;
}
</style>
background-color css
<style>
a { background-color: #CAA44E; }
a { background-color: rgb(202,164,78); }
div.DivClassName
{
background-color: #CAA44E;
}
.BgClassName
{
background-color: #CAA44E;
}
</style>
border-color css
<style>
span { border-color: #CAA44E; }
span { border-color: rgb(202,164,78); }
td.TdClassName
{
border-color: #CAA44E;
}
.TagClassName
{
border-color: #CAA44E;
}
</style>