Shades of Deco #CECC76
Tints of Deco #CECC76
RGB
CMYK
RGB Variations
Color information
#CECC76 (or 0xCECC76) is known color: Deco. HEX triplet: CE, CC and 76. RGB value is (206,204,118). Sum of RGB (Red+Green+Blue) = 206+204+118=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC76 is #313389. Grayscale: #C3C3C3. Windows color (decimal): -3224458 or 7785678. OLE color: 7785678.
HSL color Cylindrical-coordinate representation of color #CECC76: hue angle of 58.64º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CECC76 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 118 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.19 |
| HSL | 58.64º | 0.47% | 0.64% | - |
| HSV(B) | 58.64º | 0.43% | 0.81% | - |
| XYZ | 50.32 | 57.62 | 25.61 | - |
| YUV | 194.79 | 84.66 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 118 | 0 | 0.01 | 0.43 | 0.19 | 58.64 | 0.47 | 0.64 |
| Hex | CE | CC | 76 | 0 | 1 | 2B | 13 | 3B | 2F | 40 |
| Octal | 316 | 314 | 166 | 0 | 1 | 53 | 23 | 73 | 57 | 100 |
| Binary | 11001110 | 11001100 | 1110110 | 0 | 1 | 101011 | 10011 | 111011 | 101111 | 1000000 |
Color Harmonies of #CECC76
Complementary color
Monochromatic Colors of #CECC76
Black with #CECC76
Text Example
Text Example
White with #CECC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC76; }
p { color: rgb(206,204,118); }
H1.HeaderClassName
{
color: #CECC76;
}
.AnyTagClassName
{
color: #CECC76;
}
</style>
background-color css
<style>
a { background-color: #CECC76; }
a { background-color: rgb(206,204,118); }
div.DivClassName
{
background-color: #CECC76;
}
.BgClassName
{
background-color: #CECC76;
}
</style>
border-color css
<style>
span { border-color: #CECC76; }
span { border-color: rgb(206,204,118); }
td.TdClassName
{
border-color: #CECC76;
}
.TagClassName
{
border-color: #CECC76;
}
</style>