Shades of Sundance #CAA54A
Tints of Sundance #CAA54A
RGB
CMYK
RGB Variations
Color information
#CAA54A (or 0xCAA54A) is known color: Sundance. HEX triplet: CA, A5 and 4A. RGB value is (202,165,74). Sum of RGB (Red+Green+Blue) = 202+165+74=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA54A is #355AB5. Grayscale: #A6A6A6. Windows color (decimal): -3496630 or 4892106. OLE color: 4892106.
HSL color Cylindrical-coordinate representation of color #CAA54A: hue angle of 42.66º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAA54A is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 74 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.21 |
| HSL | 42.66º | 0.55% | 0.54% | - |
| HSV(B) | 42.66º | 0.63% | 0.79% | - |
| XYZ | 39.05 | 39.96 | 12.13 | - |
| YUV | 165.69 | 76.26 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 74 | 0 | 0.18 | 0.63 | 0.21 | 42.66 | 0.55 | 0.54 |
| Hex | CA | A5 | 4A | 0 | 12 | 3F | 15 | 2B | 37 | 36 |
| Octal | 312 | 245 | 112 | 0 | 22 | 77 | 25 | 53 | 67 | 66 |
| Binary | 11001010 | 10100101 | 1001010 | 0 | 10010 | 111111 | 10101 | 101011 | 110111 | 110110 |
Color Harmonies of #CAA54A
Complementary color
Monochromatic Colors of #CAA54A
Black with #CAA54A
Text Example
Text Example
White with #CAA54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA54A; }
p { color: rgb(202,165,74); }
H1.HeaderClassName
{
color: #CAA54A;
}
.AnyTagClassName
{
color: #CAA54A;
}
</style>
background-color css
<style>
a { background-color: #CAA54A; }
a { background-color: rgb(202,165,74); }
div.DivClassName
{
background-color: #CAA54A;
}
.BgClassName
{
background-color: #CAA54A;
}
</style>
border-color css
<style>
span { border-color: #CAA54A; }
span { border-color: rgb(202,165,74); }
td.TdClassName
{
border-color: #CAA54A;
}
.TagClassName
{
border-color: #CAA54A;
}
</style>