Shades of Sundance #CCA64D
Tints of Sundance #CCA64D
RGB
CMYK
RGB Variations
Color information
#CCA64D (or 0xCCA64D) is known color: Sundance. HEX triplet: CC, A6 and 4D. RGB value is (204,166,77). Sum of RGB (Red+Green+Blue) = 204+166+77=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA64D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA64D is #3359B2. Grayscale: #A7A7A7. Windows color (decimal): -3365299 or 5088972. OLE color: 5088972.
HSL color Cylindrical-coordinate representation of color #CCA64D: hue angle of 42.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCA64D is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 77 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.2 |
| HSL | 42.05º | 0.55% | 0.55% | - |
| HSV(B) | 42.05º | 0.62% | 0.8% | - |
| XYZ | 39.88 | 40.65 | 12.76 | - |
| YUV | 167.22 | 77.09 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 77 | 0 | 0.19 | 0.62 | 0.2 | 42.05 | 0.55 | 0.55 |
| Hex | CC | A6 | 4D | 0 | 13 | 3E | 14 | 2A | 37 | 37 |
| Octal | 314 | 246 | 115 | 0 | 23 | 76 | 24 | 52 | 67 | 67 |
| Binary | 11001100 | 10100110 | 1001101 | 0 | 10011 | 111110 | 10100 | 101010 | 110111 | 110111 |
Color Harmonies of #CCA64D
Complementary color
Monochromatic Colors of #CCA64D
Black with #CCA64D
Text Example
Text Example
White with #CCA64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA64D; }
p { color: rgb(204,166,77); }
H1.HeaderClassName
{
color: #CCA64D;
}
.AnyTagClassName
{
color: #CCA64D;
}
</style>
background-color css
<style>
a { background-color: #CCA64D; }
a { background-color: rgb(204,166,77); }
div.DivClassName
{
background-color: #CCA64D;
}
.BgClassName
{
background-color: #CCA64D;
}
</style>
border-color css
<style>
span { border-color: #CCA64D; }
span { border-color: rgb(204,166,77); }
td.TdClassName
{
border-color: #CCA64D;
}
.TagClassName
{
border-color: #CCA64D;
}
</style>