Shades of Sundance #CAA948
Tints of Sundance #CAA948
RGB
CMYK
RGB Variations
Color information
#CAA948 (or 0xCAA948) is known color: Sundance. HEX triplet: CA, A9 and 48. RGB value is (202,169,72). Sum of RGB (Red+Green+Blue) = 202+169+72=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA948 is #3556B7. Grayscale: #A8A8A8. Windows color (decimal): -3495608 or 4762058. OLE color: 4762058.
HSL color Cylindrical-coordinate representation of color #CAA948: hue angle of 44.77º 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 #CAA948 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 72 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.21 |
| HSL | 44.77º | 0.55% | 0.54% | - |
| HSV(B) | 44.77º | 0.64% | 0.79% | - |
| XYZ | 39.71 | 41.4 | 12.03 | - |
| YUV | 167.81 | 73.93 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 72 | 0 | 0.16 | 0.64 | 0.21 | 44.77 | 0.55 | 0.54 |
| Hex | CA | A9 | 48 | 0 | 10 | 40 | 15 | 2D | 37 | 36 |
| Octal | 312 | 251 | 110 | 0 | 20 | 100 | 25 | 55 | 67 | 66 |
| Binary | 11001010 | 10101001 | 1001000 | 0 | 10000 | 1000000 | 10101 | 101101 | 110111 | 110110 |
Color Harmonies of #CAA948
Complementary color
Monochromatic Colors of #CAA948
Black with #CAA948
Text Example
Text Example
White with #CAA948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA948; }
p { color: rgb(202,169,72); }
H1.HeaderClassName
{
color: #CAA948;
}
.AnyTagClassName
{
color: #CAA948;
}
</style>
background-color css
<style>
a { background-color: #CAA948; }
a { background-color: rgb(202,169,72); }
div.DivClassName
{
background-color: #CAA948;
}
.BgClassName
{
background-color: #CAA948;
}
</style>
border-color css
<style>
span { border-color: #CAA948; }
span { border-color: rgb(202,169,72); }
td.TdClassName
{
border-color: #CAA948;
}
.TagClassName
{
border-color: #CAA948;
}
</style>