Shades of Deco #CCC96E
Tints of Deco #CCC96E
RGB
CMYK
RGB Variations
Color information
#CCC96E (or 0xCCC96E) is known color: Deco. HEX triplet: CC, C9 and 6E. RGB value is (204,201,110). Sum of RGB (Red+Green+Blue) = 204+201+110=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC96E is #333691. Grayscale: #BFBFBF. Windows color (decimal): -3356306 or 7260620. OLE color: 7260620.
HSL color Cylindrical-coordinate representation of color #CCC96E: hue angle of 58.09º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCC96E is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 110 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.2 |
| HSL | 58.09º | 0.48% | 0.62% | - |
| HSV(B) | 58.09º | 0.46% | 0.8% | - |
| XYZ | 48.6 | 55.74 | 22.95 | - |
| YUV | 191.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 110 | 0 | 0.01 | 0.46 | 0.2 | 58.09 | 0.48 | 0.62 |
| Hex | CC | C9 | 6E | 0 | 1 | 2E | 14 | 3A | 30 | 3E |
| Octal | 314 | 311 | 156 | 0 | 1 | 56 | 24 | 72 | 60 | 76 |
| Binary | 11001100 | 11001001 | 1101110 | 0 | 1 | 101110 | 10100 | 111010 | 110000 | 111110 |
Color Harmonies of #CCC96E
Complementary color
Monochromatic Colors of #CCC96E
Black with #CCC96E
Text Example
Text Example
White with #CCC96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC96E; }
p { color: rgb(204,201,110); }
H1.HeaderClassName
{
color: #CCC96E;
}
.AnyTagClassName
{
color: #CCC96E;
}
</style>
background-color css
<style>
a { background-color: #CCC96E; }
a { background-color: rgb(204,201,110); }
div.DivClassName
{
background-color: #CCC96E;
}
.BgClassName
{
background-color: #CCC96E;
}
</style>
border-color css
<style>
span { border-color: #CCC96E; }
span { border-color: rgb(204,201,110); }
td.TdClassName
{
border-color: #CCC96E;
}
.TagClassName
{
border-color: #CCC96E;
}
</style>