Shades of Sundance #CAA251
Tints of Sundance #CAA251
RGB
CMYK
RGB Variations
Color information
#CAA251 (or 0xCAA251) is known color: Sundance. HEX triplet: CA, A2 and 51. RGB value is (202,162,81). Sum of RGB (Red+Green+Blue) = 202+162+81=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA251 is #355DAE. Grayscale: #A5A5A5. Windows color (decimal): -3497391 or 5350090. OLE color: 5350090.
HSL color Cylindrical-coordinate representation of color #CAA251: hue angle of 40.17º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAA251 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 81 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.21 |
| HSL | 40.17º | 0.53% | 0.55% | - |
| HSV(B) | 40.17º | 0.6% | 0.79% | - |
| XYZ | 38.76 | 38.99 | 13.27 | - |
| YUV | 164.73 | 80.75 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 81 | 0 | 0.20 | 0.60 | 0.21 | 40.17 | 0.53 | 0.55 |
| Hex | CA | A2 | 51 | 0 | 14 | 3C | 15 | 28 | 35 | 37 |
| Octal | 312 | 242 | 121 | 0 | 24 | 74 | 25 | 50 | 65 | 67 |
| Binary | 11001010 | 10100010 | 1010001 | 0 | 10100 | 111100 | 10101 | 101000 | 110101 | 110111 |
Color Harmonies of #CAA251
Complementary color
Monochromatic Colors of #CAA251
Black with #CAA251
Text Example
Text Example
White with #CAA251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA251; }
p { color: rgb(202,162,81); }
H1.HeaderClassName
{
color: #CAA251;
}
.AnyTagClassName
{
color: #CAA251;
}
</style>
background-color css
<style>
a { background-color: #CAA251; }
a { background-color: rgb(202,162,81); }
div.DivClassName
{
background-color: #CAA251;
}
.BgClassName
{
background-color: #CAA251;
}
</style>
border-color css
<style>
span { border-color: #CAA251; }
span { border-color: rgb(202,162,81); }
td.TdClassName
{
border-color: #CAA251;
}
.TagClassName
{
border-color: #CAA251;
}
</style>