Shades of Sundance #CAA541
Tints of Sundance #CAA541
RGB
CMYK
RGB Variations
Color information
#CAA541 (or 0xCAA541) is known color: Sundance. HEX triplet: CA, A5 and 41. RGB value is (202,165,65). Sum of RGB (Red+Green+Blue) = 202+165+65=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA541 is #355ABE. Grayscale: #A5A5A5. Windows color (decimal): -3496639 or 4302282. OLE color: 4302282.
HSL color Cylindrical-coordinate representation of color #CAA541: hue angle of 43.8º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAA541 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 65 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.21 |
| HSL | 43.8º | 0.56% | 0.52% | - |
| HSV(B) | 43.8º | 0.68% | 0.79% | - |
| XYZ | 38.77 | 39.85 | 10.65 | - |
| YUV | 164.66 | 71.76 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 65 | 0 | 0.18 | 0.68 | 0.21 | 43.8 | 0.56 | 0.52 |
| Hex | CA | A5 | 41 | 0 | 12 | 44 | 15 | 2C | 38 | 34 |
| Octal | 312 | 245 | 101 | 0 | 22 | 104 | 25 | 54 | 70 | 64 |
| Binary | 11001010 | 10100101 | 1000001 | 0 | 10010 | 1000100 | 10101 | 101100 | 111000 | 110100 |
Color Harmonies of #CAA541
Complementary color
Monochromatic Colors of #CAA541
Black with #CAA541
Text Example
Text Example
White with #CAA541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA541; }
p { color: rgb(202,165,65); }
H1.HeaderClassName
{
color: #CAA541;
}
.AnyTagClassName
{
color: #CAA541;
}
</style>
background-color css
<style>
a { background-color: #CAA541; }
a { background-color: rgb(202,165,65); }
div.DivClassName
{
background-color: #CAA541;
}
.BgClassName
{
background-color: #CAA541;
}
</style>
border-color css
<style>
span { border-color: #CAA541; }
span { border-color: rgb(202,165,65); }
td.TdClassName
{
border-color: #CAA541;
}
.TagClassName
{
border-color: #CAA541;
}
</style>