Shades of Sundance #CAA14F
Tints of Sundance #CAA14F
RGB
CMYK
RGB Variations
Color information
#CAA14F (or 0xCAA14F) is known color: Sundance. HEX triplet: CA, A1 and 4F. RGB value is (202,161,79). Sum of RGB (Red+Green+Blue) = 202+161+79=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA14F is #355EB0. Grayscale: #A4A4A4. Windows color (decimal): -3497649 or 5218762. OLE color: 5218762.
HSL color Cylindrical-coordinate representation of color #CAA14F: hue angle of 40º 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 #CAA14F is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 79 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.21 |
| HSL | 40º | 0.54% | 0.55% | - |
| HSV(B) | 40º | 0.61% | 0.79% | - |
| XYZ | 38.51 | 38.61 | 12.82 | - |
| YUV | 163.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 79 | 0 | 0.20 | 0.61 | 0.21 | 40 | 0.54 | 0.55 |
| Hex | CA | A1 | 4F | 0 | 14 | 3D | 15 | 28 | 36 | 37 |
| Octal | 312 | 241 | 117 | 0 | 24 | 75 | 25 | 50 | 66 | 67 |
| Binary | 11001010 | 10100001 | 1001111 | 0 | 10100 | 111101 | 10101 | 101000 | 110110 | 110111 |
Color Harmonies of #CAA14F
Complementary color
Monochromatic Colors of #CAA14F
Black with #CAA14F
Text Example
Text Example
White with #CAA14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA14F; }
p { color: rgb(202,161,79); }
H1.HeaderClassName
{
color: #CAA14F;
}
.AnyTagClassName
{
color: #CAA14F;
}
</style>
background-color css
<style>
a { background-color: #CAA14F; }
a { background-color: rgb(202,161,79); }
div.DivClassName
{
background-color: #CAA14F;
}
.BgClassName
{
background-color: #CAA14F;
}
</style>
border-color css
<style>
span { border-color: #CAA14F; }
span { border-color: rgb(202,161,79); }
td.TdClassName
{
border-color: #CAA14F;
}
.TagClassName
{
border-color: #CAA14F;
}
</style>