Shades of Sundance #CAA650
Tints of Sundance #CAA650
RGB
CMYK
RGB Variations
Color information
#CAA650 (or 0xCAA650) is known color: Sundance. HEX triplet: CA, A6 and 50. RGB value is (202,166,80). Sum of RGB (Red+Green+Blue) = 202+166+80=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA650 is #3559AF. Grayscale: #A7A7A7. Windows color (decimal): -3496368 or 5285578. OLE color: 5285578.
HSL color Cylindrical-coordinate representation of color #CAA650: hue angle of 42.3º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAA650 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 80 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.21 |
| HSL | 42.3º | 0.54% | 0.55% | - |
| HSV(B) | 42.3º | 0.6% | 0.79% | - |
| XYZ | 39.44 | 40.41 | 13.31 | - |
| YUV | 166.96 | 78.93 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 80 | 0 | 0.18 | 0.60 | 0.21 | 42.3 | 0.54 | 0.55 |
| Hex | CA | A6 | 50 | 0 | 12 | 3C | 15 | 2A | 36 | 37 |
| Octal | 312 | 246 | 120 | 0 | 22 | 74 | 25 | 52 | 66 | 67 |
| Binary | 11001010 | 10100110 | 1010000 | 0 | 10010 | 111100 | 10101 | 101010 | 110110 | 110111 |
Color Harmonies of #CAA650
Complementary color
Monochromatic Colors of #CAA650
Black with #CAA650
Text Example
Text Example
White with #CAA650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA650; }
p { color: rgb(202,166,80); }
H1.HeaderClassName
{
color: #CAA650;
}
.AnyTagClassName
{
color: #CAA650;
}
</style>
background-color css
<style>
a { background-color: #CAA650; }
a { background-color: rgb(202,166,80); }
div.DivClassName
{
background-color: #CAA650;
}
.BgClassName
{
background-color: #CAA650;
}
</style>
border-color css
<style>
span { border-color: #CAA650; }
span { border-color: rgb(202,166,80); }
td.TdClassName
{
border-color: #CAA650;
}
.TagClassName
{
border-color: #CAA650;
}
</style>