Shades of Sundance #CCA044
Tints of Sundance #CCA044
RGB
CMYK
RGB Variations
Color information
#CCA044 (or 0xCCA044) is known color: Sundance. HEX triplet: CC, A0 and 44. RGB value is (204,160,68). Sum of RGB (Red+Green+Blue) = 204+160+68=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 68 (26.95% from 255 or 15.74% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA044 is #335FBB. Grayscale: #A3A3A3. Windows color (decimal): -3366844 or 4497612. OLE color: 4497612.
HSL color Cylindrical-coordinate representation of color #CCA044: hue angle of 40.59º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCA044 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 68 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.2 |
| HSL | 40.59º | 0.57% | 0.53% | - |
| HSV(B) | 40.59º | 0.67% | 0.8% | - |
| XYZ | 38.52 | 38.4 | 10.85 | - |
| YUV | 162.67 | 74.58 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 68 | 0 | 0.22 | 0.67 | 0.2 | 40.59 | 0.57 | 0.53 |
| Hex | CC | A0 | 44 | 0 | 16 | 43 | 14 | 29 | 39 | 35 |
| Octal | 314 | 240 | 104 | 0 | 26 | 103 | 24 | 51 | 71 | 65 |
| Binary | 11001100 | 10100000 | 1000100 | 0 | 10110 | 1000011 | 10100 | 101001 | 111001 | 110101 |
Color Harmonies of #CCA044
Complementary color
Monochromatic Colors of #CCA044
Black with #CCA044
Text Example
Text Example
White with #CCA044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA044; }
p { color: rgb(204,160,68); }
H1.HeaderClassName
{
color: #CCA044;
}
.AnyTagClassName
{
color: #CCA044;
}
</style>
background-color css
<style>
a { background-color: #CCA044; }
a { background-color: rgb(204,160,68); }
div.DivClassName
{
background-color: #CCA044;
}
.BgClassName
{
background-color: #CCA044;
}
</style>
border-color css
<style>
span { border-color: #CCA044; }
span { border-color: rgb(204,160,68); }
td.TdClassName
{
border-color: #CCA044;
}
.TagClassName
{
border-color: #CCA044;
}
</style>