Shades of Sundance #CCA444
Tints of Sundance #CCA444
RGB
CMYK
RGB Variations
Color information
#CCA444 (or 0xCCA444) is known color: Sundance. HEX triplet: CC, A4 and 44. RGB value is (204,164,68). Sum of RGB (Red+Green+Blue) = 204+164+68=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 68 (26.95% from 255 or 15.60% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA444 is #335BBB. Grayscale: #A5A5A5. Windows color (decimal): -3365820 or 4498636. OLE color: 4498636.
HSL color Cylindrical-coordinate representation of color #CCA444: hue angle of 42.35º 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 #CCA444 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 68 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.2 |
| HSL | 42.35º | 0.57% | 0.53% | - |
| HSV(B) | 42.35º | 0.67% | 0.8% | - |
| XYZ | 39.22 | 39.81 | 11.08 | - |
| YUV | 165.02 | 73.25 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 68 | 0 | 0.20 | 0.67 | 0.2 | 42.35 | 0.57 | 0.53 |
| Hex | CC | A4 | 44 | 0 | 14 | 43 | 14 | 2A | 39 | 35 |
| Octal | 314 | 244 | 104 | 0 | 24 | 103 | 24 | 52 | 71 | 65 |
| Binary | 11001100 | 10100100 | 1000100 | 0 | 10100 | 1000011 | 10100 | 101010 | 111001 | 110101 |
Color Harmonies of #CCA444
Complementary color
Monochromatic Colors of #CCA444
Black with #CCA444
Text Example
Text Example
White with #CCA444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA444; }
p { color: rgb(204,164,68); }
H1.HeaderClassName
{
color: #CCA444;
}
.AnyTagClassName
{
color: #CCA444;
}
</style>
background-color css
<style>
a { background-color: #CCA444; }
a { background-color: rgb(204,164,68); }
div.DivClassName
{
background-color: #CCA444;
}
.BgClassName
{
background-color: #CCA444;
}
</style>
border-color css
<style>
span { border-color: #CCA444; }
span { border-color: rgb(204,164,68); }
td.TdClassName
{
border-color: #CCA444;
}
.TagClassName
{
border-color: #CCA444;
}
</style>