Shades of Sundance #CAA343
Tints of Sundance #CAA343
RGB
CMYK
RGB Variations
Color information
#CAA343 (or 0xCAA343) is known color: Sundance. HEX triplet: CA, A3 and 43. RGB value is (202,163,67). Sum of RGB (Red+Green+Blue) = 202+163+67=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 67 (26.56% from 255 or 15.51% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA343 is #355CBC. Grayscale: #A4A4A4. Windows color (decimal): -3497149 or 4432842. OLE color: 4432842.
HSL color Cylindrical-coordinate representation of color #CAA343: hue angle of 42.67º 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 #CAA343 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 67 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.21 |
| HSL | 42.67º | 0.56% | 0.53% | - |
| HSV(B) | 42.67º | 0.67% | 0.79% | - |
| XYZ | 38.47 | 39.16 | 10.84 | - |
| YUV | 163.72 | 73.42 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 67 | 0 | 0.19 | 0.67 | 0.21 | 42.67 | 0.56 | 0.53 |
| Hex | CA | A3 | 43 | 0 | 13 | 43 | 15 | 2B | 38 | 35 |
| Octal | 312 | 243 | 103 | 0 | 23 | 103 | 25 | 53 | 70 | 65 |
| Binary | 11001010 | 10100011 | 1000011 | 0 | 10011 | 1000011 | 10101 | 101011 | 111000 | 110101 |
Color Harmonies of #CAA343
Complementary color
Monochromatic Colors of #CAA343
Black with #CAA343
Text Example
Text Example
White with #CAA343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA343; }
p { color: rgb(202,163,67); }
H1.HeaderClassName
{
color: #CAA343;
}
.AnyTagClassName
{
color: #CAA343;
}
</style>
background-color css
<style>
a { background-color: #CAA343; }
a { background-color: rgb(202,163,67); }
div.DivClassName
{
background-color: #CAA343;
}
.BgClassName
{
background-color: #CAA343;
}
</style>
border-color css
<style>
span { border-color: #CAA343; }
span { border-color: rgb(202,163,67); }
td.TdClassName
{
border-color: #CAA343;
}
.TagClassName
{
border-color: #CAA343;
}
</style>