Shades of Deco #CECC8D
Tints of Deco #CECC8D
RGB
CMYK
RGB Variations
Color information
#CECC8D (or 0xCECC8D) is known color: Deco. HEX triplet: CE, CC and 8D. RGB value is (206,204,141). Sum of RGB (Red+Green+Blue) = 206+204+141=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECC8D is #313372. Grayscale: #C5C5C5. Windows color (decimal): -3224435 or 9293006. OLE color: 9293006.
HSL color Cylindrical-coordinate representation of color #CECC8D: hue angle of 58.15º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CECC8D is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 141 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.19 |
| HSL | 58.15º | 0.4% | 0.68% | - |
| HSV(B) | 58.15º | 0.32% | 0.81% | - |
| XYZ | 51.85 | 58.23 | 33.71 | - |
| YUV | 197.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 141 | 0 | 0.01 | 0.32 | 0.19 | 58.15 | 0.4 | 0.68 |
| Hex | CE | CC | 8D | 0 | 1 | 20 | 13 | 3A | 28 | 44 |
| Octal | 316 | 314 | 215 | 0 | 1 | 40 | 23 | 72 | 50 | 104 |
| Binary | 11001110 | 11001100 | 10001101 | 0 | 1 | 100000 | 10011 | 111010 | 101000 | 1000100 |
Color Harmonies of #CECC8D
Complementary color
Monochromatic Colors of #CECC8D
Black with #CECC8D
Text Example
Text Example
White with #CECC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC8D; }
p { color: rgb(206,204,141); }
H1.HeaderClassName
{
color: #CECC8D;
}
.AnyTagClassName
{
color: #CECC8D;
}
</style>
background-color css
<style>
a { background-color: #CECC8D; }
a { background-color: rgb(206,204,141); }
div.DivClassName
{
background-color: #CECC8D;
}
.BgClassName
{
background-color: #CECC8D;
}
</style>
border-color css
<style>
span { border-color: #CECC8D; }
span { border-color: rgb(206,204,141); }
td.TdClassName
{
border-color: #CECC8D;
}
.TagClassName
{
border-color: #CECC8D;
}
</style>