Shades of Sundance #CAA84D
Tints of Sundance #CAA84D
RGB
CMYK
RGB Variations
Color information
#CAA84D (or 0xCAA84D) is known color: Sundance. HEX triplet: CA, A8 and 4D. RGB value is (202,168,77). Sum of RGB (Red+Green+Blue) = 202+168+77=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA84D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA84D is #3557B2. Grayscale: #A8A8A8. Windows color (decimal): -3495859 or 5089482. OLE color: 5089482.
HSL color Cylindrical-coordinate representation of color #CAA84D: hue angle of 43.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAA84D is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 77 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.21 |
| HSL | 43.68º | 0.54% | 0.55% | - |
| HSV(B) | 43.68º | 0.62% | 0.79% | - |
| XYZ | 39.7 | 41.1 | 12.86 | - |
| YUV | 167.79 | 76.76 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 77 | 0 | 0.17 | 0.62 | 0.21 | 43.68 | 0.54 | 0.55 |
| Hex | CA | A8 | 4D | 0 | 11 | 3E | 15 | 2C | 36 | 37 |
| Octal | 312 | 250 | 115 | 0 | 21 | 76 | 25 | 54 | 66 | 67 |
| Binary | 11001010 | 10101000 | 1001101 | 0 | 10001 | 111110 | 10101 | 101100 | 110110 | 110111 |
Color Harmonies of #CAA84D
Complementary color
Monochromatic Colors of #CAA84D
Black with #CAA84D
Text Example
Text Example
White with #CAA84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA84D; }
p { color: rgb(202,168,77); }
H1.HeaderClassName
{
color: #CAA84D;
}
.AnyTagClassName
{
color: #CAA84D;
}
</style>
background-color css
<style>
a { background-color: #CAA84D; }
a { background-color: rgb(202,168,77); }
div.DivClassName
{
background-color: #CAA84D;
}
.BgClassName
{
background-color: #CAA84D;
}
</style>
border-color css
<style>
span { border-color: #CAA84D; }
span { border-color: rgb(202,168,77); }
td.TdClassName
{
border-color: #CAA84D;
}
.TagClassName
{
border-color: #CAA84D;
}
</style>