Shades of Sundance #CAA94E
Tints of Sundance #CAA94E
RGB
CMYK
RGB Variations
Color information
#CAA94E (or 0xCAA94E) is known color: Sundance. HEX triplet: CA, A9 and 4E. RGB value is (202,169,78). Sum of RGB (Red+Green+Blue) = 202+169+78=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA94E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA94E is #3556B1. Grayscale: #A8A8A8. Windows color (decimal): -3495602 or 5155274. OLE color: 5155274.
HSL color Cylindrical-coordinate representation of color #CAA94E: hue angle of 44.03º 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 #CAA94E is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 78 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.21 |
| HSL | 44.03º | 0.54% | 0.55% | - |
| HSV(B) | 44.03º | 0.61% | 0.79% | - |
| XYZ | 39.92 | 41.48 | 13.11 | - |
| YUV | 168.49 | 76.93 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 78 | 0 | 0.16 | 0.61 | 0.21 | 44.03 | 0.54 | 0.55 |
| Hex | CA | A9 | 4E | 0 | 10 | 3D | 15 | 2C | 36 | 37 |
| Octal | 312 | 251 | 116 | 0 | 20 | 75 | 25 | 54 | 66 | 67 |
| Binary | 11001010 | 10101001 | 1001110 | 0 | 10000 | 111101 | 10101 | 101100 | 110110 | 110111 |
Color Harmonies of #CAA94E
Complementary color
Monochromatic Colors of #CAA94E
Black with #CAA94E
Text Example
Text Example
White with #CAA94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA94E; }
p { color: rgb(202,169,78); }
H1.HeaderClassName
{
color: #CAA94E;
}
.AnyTagClassName
{
color: #CAA94E;
}
</style>
background-color css
<style>
a { background-color: #CAA94E; }
a { background-color: rgb(202,169,78); }
div.DivClassName
{
background-color: #CAA94E;
}
.BgClassName
{
background-color: #CAA94E;
}
</style>
border-color css
<style>
span { border-color: #CAA94E; }
span { border-color: rgb(202,169,78); }
td.TdClassName
{
border-color: #CAA94E;
}
.TagClassName
{
border-color: #CAA94E;
}
</style>