Shades of Sundance #CAA547
Tints of Sundance #CAA547
RGB
CMYK
RGB Variations
Color information
#CAA547 (or 0xCAA547) is known color: Sundance. HEX triplet: CA, A5 and 47. RGB value is (202,165,71). Sum of RGB (Red+Green+Blue) = 202+165+71=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 71 (28.12% from 255 or 16.21% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA547 is #355AB8. Grayscale: #A5A5A5. Windows color (decimal): -3496633 or 4695498. OLE color: 4695498.
HSL color Cylindrical-coordinate representation of color #CAA547: hue angle of 43.05º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAA547 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 71 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.21 |
| HSL | 43.05º | 0.55% | 0.54% | - |
| HSV(B) | 43.05º | 0.65% | 0.79% | - |
| XYZ | 38.95 | 39.92 | 11.61 | - |
| YUV | 165.35 | 74.76 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 71 | 0 | 0.18 | 0.65 | 0.21 | 43.05 | 0.55 | 0.54 |
| Hex | CA | A5 | 47 | 0 | 12 | 41 | 15 | 2B | 37 | 36 |
| Octal | 312 | 245 | 107 | 0 | 22 | 101 | 25 | 53 | 67 | 66 |
| Binary | 11001010 | 10100101 | 1000111 | 0 | 10010 | 1000001 | 10101 | 101011 | 110111 | 110110 |
Color Harmonies of #CAA547
Complementary color
Monochromatic Colors of #CAA547
Black with #CAA547
Text Example
Text Example
White with #CAA547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA547; }
p { color: rgb(202,165,71); }
H1.HeaderClassName
{
color: #CAA547;
}
.AnyTagClassName
{
color: #CAA547;
}
</style>
background-color css
<style>
a { background-color: #CAA547; }
a { background-color: rgb(202,165,71); }
div.DivClassName
{
background-color: #CAA547;
}
.BgClassName
{
background-color: #CAA547;
}
</style>
border-color css
<style>
span { border-color: #CAA547; }
span { border-color: rgb(202,165,71); }
td.TdClassName
{
border-color: #CAA547;
}
.TagClassName
{
border-color: #CAA547;
}
</style>