Shades of Sundance #CAA841
Tints of Sundance #CAA841
RGB
CMYK
RGB Variations
Color information
#CAA841 (or 0xCAA841) is known color: Sundance. HEX triplet: CA, A8 and 41. RGB value is (202,168,65). Sum of RGB (Red+Green+Blue) = 202+168+65=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA841 is #3557BE. Grayscale: #A6A6A6. Windows color (decimal): -3495871 or 4303050. OLE color: 4303050.
HSL color Cylindrical-coordinate representation of color #CAA841: hue angle of 45.11º 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 #CAA841 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 65 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.21 |
| HSL | 45.11º | 0.56% | 0.52% | - |
| HSV(B) | 45.11º | 0.68% | 0.79% | - |
| XYZ | 39.31 | 40.94 | 10.83 | - |
| YUV | 166.42 | 70.76 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 65 | 0 | 0.17 | 0.68 | 0.21 | 45.11 | 0.56 | 0.52 |
| Hex | CA | A8 | 41 | 0 | 11 | 44 | 15 | 2D | 38 | 34 |
| Octal | 312 | 250 | 101 | 0 | 21 | 104 | 25 | 55 | 70 | 64 |
| Binary | 11001010 | 10101000 | 1000001 | 0 | 10001 | 1000100 | 10101 | 101101 | 111000 | 110100 |
Color Harmonies of #CAA841
Complementary color
Monochromatic Colors of #CAA841
Black with #CAA841
Text Example
Text Example
White with #CAA841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA841; }
p { color: rgb(202,168,65); }
H1.HeaderClassName
{
color: #CAA841;
}
.AnyTagClassName
{
color: #CAA841;
}
</style>
background-color css
<style>
a { background-color: #CAA841; }
a { background-color: rgb(202,168,65); }
div.DivClassName
{
background-color: #CAA841;
}
.BgClassName
{
background-color: #CAA841;
}
</style>
border-color css
<style>
span { border-color: #CAA841; }
span { border-color: rgb(202,168,65); }
td.TdClassName
{
border-color: #CAA841;
}
.TagClassName
{
border-color: #CAA841;
}
</style>