Shades of Sundance #CAA548
Tints of Sundance #CAA548
RGB
CMYK
RGB Variations
Color information
#CAA548 (or 0xCAA548) is known color: Sundance. HEX triplet: CA, A5 and 48. RGB value is (202,165,72). Sum of RGB (Red+Green+Blue) = 202+165+72=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA548 is #355AB7. Grayscale: #A5A5A5. Windows color (decimal): -3496632 or 4761034. OLE color: 4761034.
HSL color Cylindrical-coordinate representation of color #CAA548: hue angle of 42.92º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAA548 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 72 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.21 |
| HSL | 42.92º | 0.55% | 0.54% | - |
| HSV(B) | 42.92º | 0.64% | 0.79% | - |
| XYZ | 38.98 | 39.93 | 11.78 | - |
| YUV | 165.46 | 75.26 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 72 | 0 | 0.18 | 0.64 | 0.21 | 42.92 | 0.55 | 0.54 |
| Hex | CA | A5 | 48 | 0 | 12 | 40 | 15 | 2B | 37 | 36 |
| Octal | 312 | 245 | 110 | 0 | 22 | 100 | 25 | 53 | 67 | 66 |
| Binary | 11001010 | 10100101 | 1001000 | 0 | 10010 | 1000000 | 10101 | 101011 | 110111 | 110110 |
Color Harmonies of #CAA548
Complementary color
Monochromatic Colors of #CAA548
Black with #CAA548
Text Example
Text Example
White with #CAA548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA548; }
p { color: rgb(202,165,72); }
H1.HeaderClassName
{
color: #CAA548;
}
.AnyTagClassName
{
color: #CAA548;
}
</style>
background-color css
<style>
a { background-color: #CAA548; }
a { background-color: rgb(202,165,72); }
div.DivClassName
{
background-color: #CAA548;
}
.BgClassName
{
background-color: #CAA548;
}
</style>
border-color css
<style>
span { border-color: #CAA548; }
span { border-color: rgb(202,165,72); }
td.TdClassName
{
border-color: #CAA548;
}
.TagClassName
{
border-color: #CAA548;
}
</style>