Shades of Sundance #CCA64E
Tints of Sundance #CCA64E
RGB
CMYK
RGB Variations
Color information
#CCA64E (or 0xCCA64E) is known color: Sundance. HEX triplet: CC, A6 and 4E. RGB value is (204,166,78). Sum of RGB (Red+Green+Blue) = 204+166+78=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA64E is #3359B1. Grayscale: #A7A7A7. Windows color (decimal): -3365298 or 5154508. OLE color: 5154508.
HSL color Cylindrical-coordinate representation of color #CCA64E: hue angle of 41.9º 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 #CCA64E is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 78 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.2 |
| HSL | 41.9º | 0.55% | 0.55% | - |
| HSV(B) | 41.9º | 0.62% | 0.8% | - |
| XYZ | 39.91 | 40.66 | 12.95 | - |
| YUV | 167.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 78 | 0 | 0.19 | 0.62 | 0.2 | 41.9 | 0.55 | 0.55 |
| Hex | CC | A6 | 4E | 0 | 13 | 3E | 14 | 2A | 37 | 37 |
| Octal | 314 | 246 | 116 | 0 | 23 | 76 | 24 | 52 | 67 | 67 |
| Binary | 11001100 | 10100110 | 1001110 | 0 | 10011 | 111110 | 10100 | 101010 | 110111 | 110111 |
Color Harmonies of #CCA64E
Complementary color
Monochromatic Colors of #CCA64E
Black with #CCA64E
Text Example
Text Example
White with #CCA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA64E; }
p { color: rgb(204,166,78); }
H1.HeaderClassName
{
color: #CCA64E;
}
.AnyTagClassName
{
color: #CCA64E;
}
</style>
background-color css
<style>
a { background-color: #CCA64E; }
a { background-color: rgb(204,166,78); }
div.DivClassName
{
background-color: #CCA64E;
}
.BgClassName
{
background-color: #CCA64E;
}
</style>
border-color css
<style>
span { border-color: #CCA64E; }
span { border-color: rgb(204,166,78); }
td.TdClassName
{
border-color: #CCA64E;
}
.TagClassName
{
border-color: #CCA64E;
}
</style>