Shades of Sundance #CCA441
Tints of Sundance #CCA441
RGB
CMYK
RGB Variations
Color information
#CCA441 (or 0xCCA441) is known color: Sundance. HEX triplet: CC, A4 and 41. RGB value is (204,164,65). Sum of RGB (Red+Green+Blue) = 204+164+65=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA441 is #335BBE. Grayscale: #A5A5A5. Windows color (decimal): -3365823 or 4302028. OLE color: 4302028.
HSL color Cylindrical-coordinate representation of color #CCA441: hue angle of 42.73º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCA441 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 65 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.2 |
| HSL | 42.73º | 0.58% | 0.53% | - |
| HSV(B) | 42.73º | 0.68% | 0.8% | - |
| XYZ | 39.13 | 39.77 | 10.61 | - |
| YUV | 164.67 | 71.75 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 65 | 0 | 0.20 | 0.68 | 0.2 | 42.73 | 0.58 | 0.53 |
| Hex | CC | A4 | 41 | 0 | 14 | 44 | 14 | 2B | 3A | 35 |
| Octal | 314 | 244 | 101 | 0 | 24 | 104 | 24 | 53 | 72 | 65 |
| Binary | 11001100 | 10100100 | 1000001 | 0 | 10100 | 1000100 | 10100 | 101011 | 111010 | 110101 |
Color Harmonies of #CCA441
Complementary color
Monochromatic Colors of #CCA441
Black with #CCA441
Text Example
Text Example
White with #CCA441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA441; }
p { color: rgb(204,164,65); }
H1.HeaderClassName
{
color: #CCA441;
}
.AnyTagClassName
{
color: #CCA441;
}
</style>
background-color css
<style>
a { background-color: #CCA441; }
a { background-color: rgb(204,164,65); }
div.DivClassName
{
background-color: #CCA441;
}
.BgClassName
{
background-color: #CCA441;
}
</style>
border-color css
<style>
span { border-color: #CCA441; }
span { border-color: rgb(204,164,65); }
td.TdClassName
{
border-color: #CCA441;
}
.TagClassName
{
border-color: #CCA441;
}
</style>