Shades of Sundance #CAA14E
Tints of Sundance #CAA14E
RGB
CMYK
RGB Variations
Color information
#CAA14E (or 0xCAA14E) is known color: Sundance. HEX triplet: CA, A1 and 4E. RGB value is (202,161,78). Sum of RGB (Red+Green+Blue) = 202+161+78=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA14E is #355EB1. Grayscale: #A4A4A4. Windows color (decimal): -3497650 or 5153226. OLE color: 5153226.
HSL color Cylindrical-coordinate representation of color #CAA14E: hue angle of 40.16º 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 #CAA14E is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 78 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.21 |
| HSL | 40.16º | 0.54% | 0.55% | - |
| HSV(B) | 40.16º | 0.61% | 0.79% | - |
| XYZ | 38.48 | 38.6 | 12.63 | - |
| YUV | 163.8 | 79.58 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 78 | 0 | 0.20 | 0.61 | 0.21 | 40.16 | 0.54 | 0.55 |
| Hex | CA | A1 | 4E | 0 | 14 | 3D | 15 | 28 | 36 | 37 |
| Octal | 312 | 241 | 116 | 0 | 24 | 75 | 25 | 50 | 66 | 67 |
| Binary | 11001010 | 10100001 | 1001110 | 0 | 10100 | 111101 | 10101 | 101000 | 110110 | 110111 |
Color Harmonies of #CAA14E
Complementary color
Monochromatic Colors of #CAA14E
Black with #CAA14E
Text Example
Text Example
White with #CAA14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA14E; }
p { color: rgb(202,161,78); }
H1.HeaderClassName
{
color: #CAA14E;
}
.AnyTagClassName
{
color: #CAA14E;
}
</style>
background-color css
<style>
a { background-color: #CAA14E; }
a { background-color: rgb(202,161,78); }
div.DivClassName
{
background-color: #CAA14E;
}
.BgClassName
{
background-color: #CAA14E;
}
</style>
border-color css
<style>
span { border-color: #CAA14E; }
span { border-color: rgb(202,161,78); }
td.TdClassName
{
border-color: #CAA14E;
}
.TagClassName
{
border-color: #CAA14E;
}
</style>