Shades of Sundance #CCA047
Tints of Sundance #CCA047
RGB
CMYK
RGB Variations
Color information
#CCA047 (or 0xCCA047) is known color: Sundance. HEX triplet: CC, A0 and 47. RGB value is (204,160,71). Sum of RGB (Red+Green+Blue) = 204+160+71=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA047 is #335FB8. Grayscale: #A3A3A3. Windows color (decimal): -3366841 or 4694220. OLE color: 4694220.
HSL color Cylindrical-coordinate representation of color #CCA047: hue angle of 40.15º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCA047 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 71 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.2 |
| HSL | 40.15º | 0.57% | 0.54% | - |
| HSV(B) | 40.15º | 0.65% | 0.8% | - |
| XYZ | 38.61 | 38.43 | 11.34 | - |
| YUV | 163.01 | 76.08 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 71 | 0 | 0.22 | 0.65 | 0.2 | 40.15 | 0.57 | 0.54 |
| Hex | CC | A0 | 47 | 0 | 16 | 41 | 14 | 28 | 39 | 36 |
| Octal | 314 | 240 | 107 | 0 | 26 | 101 | 24 | 50 | 71 | 66 |
| Binary | 11001100 | 10100000 | 1000111 | 0 | 10110 | 1000001 | 10100 | 101000 | 111001 | 110110 |
Color Harmonies of #CCA047
Complementary color
Monochromatic Colors of #CCA047
Black with #CCA047
Text Example
Text Example
White with #CCA047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA047; }
p { color: rgb(204,160,71); }
H1.HeaderClassName
{
color: #CCA047;
}
.AnyTagClassName
{
color: #CCA047;
}
</style>
background-color css
<style>
a { background-color: #CCA047; }
a { background-color: rgb(204,160,71); }
div.DivClassName
{
background-color: #CCA047;
}
.BgClassName
{
background-color: #CCA047;
}
</style>
border-color css
<style>
span { border-color: #CCA047; }
span { border-color: rgb(204,160,71); }
td.TdClassName
{
border-color: #CCA047;
}
.TagClassName
{
border-color: #CCA047;
}
</style>