Shades of Sundance #CAA943
Tints of Sundance #CAA943
RGB
CMYK
RGB Variations
Color information
#CAA943 (or 0xCAA943) is known color: Sundance. HEX triplet: CA, A9 and 43. RGB value is (202,169,67). Sum of RGB (Red+Green+Blue) = 202+169+67=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 67 (26.56% from 255 or 15.30% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA943 is #3556BC. Grayscale: #A7A7A7. Windows color (decimal): -3495613 or 4434378. OLE color: 4434378.
HSL color Cylindrical-coordinate representation of color #CAA943: hue angle of 45.33º 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 #CAA943 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 67 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.21 |
| HSL | 45.33º | 0.56% | 0.53% | - |
| HSV(B) | 45.33º | 0.67% | 0.79% | - |
| XYZ | 39.56 | 41.34 | 11.2 | - |
| YUV | 167.24 | 71.43 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 67 | 0 | 0.16 | 0.67 | 0.21 | 45.33 | 0.56 | 0.53 |
| Hex | CA | A9 | 43 | 0 | 10 | 43 | 15 | 2D | 38 | 35 |
| Octal | 312 | 251 | 103 | 0 | 20 | 103 | 25 | 55 | 70 | 65 |
| Binary | 11001010 | 10101001 | 1000011 | 0 | 10000 | 1000011 | 10101 | 101101 | 111000 | 110101 |
Color Harmonies of #CAA943
Complementary color
Monochromatic Colors of #CAA943
Black with #CAA943
Text Example
Text Example
White with #CAA943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA943; }
p { color: rgb(202,169,67); }
H1.HeaderClassName
{
color: #CAA943;
}
.AnyTagClassName
{
color: #CAA943;
}
</style>
background-color css
<style>
a { background-color: #CAA943; }
a { background-color: rgb(202,169,67); }
div.DivClassName
{
background-color: #CAA943;
}
.BgClassName
{
background-color: #CAA943;
}
</style>
border-color css
<style>
span { border-color: #CAA943; }
span { border-color: rgb(202,169,67); }
td.TdClassName
{
border-color: #CAA943;
}
.TagClassName
{
border-color: #CAA943;
}
</style>