Shades of Sundance #CAA843
Tints of Sundance #CAA843
RGB
CMYK
RGB Variations
Color information
#CAA843 (or 0xCAA843) is known color: Sundance. HEX triplet: CA, A8 and 43. RGB value is (202,168,67). Sum of RGB (Red+Green+Blue) = 202+168+67=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 67 (26.56% from 255 or 15.33% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA843 is #3557BC. Grayscale: #A7A7A7. Windows color (decimal): -3495869 or 4434122. OLE color: 4434122.
HSL color Cylindrical-coordinate representation of color #CAA843: hue angle of 44.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAA843 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 67 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.21 |
| HSL | 44.89º | 0.56% | 0.53% | - |
| HSV(B) | 44.89º | 0.67% | 0.79% | - |
| XYZ | 39.37 | 40.97 | 11.14 | - |
| YUV | 166.65 | 71.76 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 67 | 0 | 0.17 | 0.67 | 0.21 | 44.89 | 0.56 | 0.53 |
| Hex | CA | A8 | 43 | 0 | 11 | 43 | 15 | 2D | 38 | 35 |
| Octal | 312 | 250 | 103 | 0 | 21 | 103 | 25 | 55 | 70 | 65 |
| Binary | 11001010 | 10101000 | 1000011 | 0 | 10001 | 1000011 | 10101 | 101101 | 111000 | 110101 |
Color Harmonies of #CAA843
Complementary color
Monochromatic Colors of #CAA843
Black with #CAA843
Text Example
Text Example
White with #CAA843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA843; }
p { color: rgb(202,168,67); }
H1.HeaderClassName
{
color: #CAA843;
}
.AnyTagClassName
{
color: #CAA843;
}
</style>
background-color css
<style>
a { background-color: #CAA843; }
a { background-color: rgb(202,168,67); }
div.DivClassName
{
background-color: #CAA843;
}
.BgClassName
{
background-color: #CAA843;
}
</style>
border-color css
<style>
span { border-color: #CAA843; }
span { border-color: rgb(202,168,67); }
td.TdClassName
{
border-color: #CAA843;
}
.TagClassName
{
border-color: #CAA843;
}
</style>