Shades of Sundance #CCA64C
Tints of Sundance #CCA64C
RGB
CMYK
RGB Variations
Color information
#CCA64C (or 0xCCA64C) is known color: Sundance. HEX triplet: CC, A6 and 4C. RGB value is (204,166,76). Sum of RGB (Red+Green+Blue) = 204+166+76=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA64C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA64C is #3359B3. Grayscale: #A7A7A7. Windows color (decimal): -3365300 or 5023436. OLE color: 5023436.
HSL color Cylindrical-coordinate representation of color #CCA64C: hue angle of 42.19º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCA64C is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 76 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.2 |
| HSL | 42.19º | 0.56% | 0.55% | - |
| HSV(B) | 42.19º | 0.63% | 0.8% | - |
| XYZ | 39.84 | 40.63 | 12.58 | - |
| YUV | 167.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 76 | 0 | 0.19 | 0.63 | 0.2 | 42.19 | 0.56 | 0.55 |
| Hex | CC | A6 | 4C | 0 | 13 | 3F | 14 | 2A | 38 | 37 |
| Octal | 314 | 246 | 114 | 0 | 23 | 77 | 24 | 52 | 70 | 67 |
| Binary | 11001100 | 10100110 | 1001100 | 0 | 10011 | 111111 | 10100 | 101010 | 111000 | 110111 |
Color Harmonies of #CCA64C
Complementary color
Monochromatic Colors of #CCA64C
Black with #CCA64C
Text Example
Text Example
White with #CCA64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA64C; }
p { color: rgb(204,166,76); }
H1.HeaderClassName
{
color: #CCA64C;
}
.AnyTagClassName
{
color: #CCA64C;
}
</style>
background-color css
<style>
a { background-color: #CCA64C; }
a { background-color: rgb(204,166,76); }
div.DivClassName
{
background-color: #CCA64C;
}
.BgClassName
{
background-color: #CCA64C;
}
</style>
border-color css
<style>
span { border-color: #CCA64C; }
span { border-color: rgb(204,166,76); }
td.TdClassName
{
border-color: #CCA64C;
}
.TagClassName
{
border-color: #CCA64C;
}
</style>