Shades of Deco #CECC70
Tints of Deco #CECC70
RGB
CMYK
RGB Variations
Color information
#CECC70 (or 0xCECC70) is known color: Deco. HEX triplet: CE, CC and 70. RGB value is (206,204,112). Sum of RGB (Red+Green+Blue) = 206+204+112=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC70 is #31338F. Grayscale: #C2C2C2. Windows color (decimal): -3224464 or 7392462. OLE color: 7392462.
HSL color Cylindrical-coordinate representation of color #CECC70: hue angle of 58.72º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CECC70 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 112 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.19 |
| HSL | 58.72º | 0.49% | 0.62% | - |
| HSV(B) | 58.72º | 0.46% | 0.81% | - |
| XYZ | 49.97 | 57.48 | 23.79 | - |
| YUV | 194.11 | 81.66 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 112 | 0 | 0.01 | 0.46 | 0.19 | 58.72 | 0.49 | 0.62 |
| Hex | CE | CC | 70 | 0 | 1 | 2E | 13 | 3B | 31 | 3E |
| Octal | 316 | 314 | 160 | 0 | 1 | 56 | 23 | 73 | 61 | 76 |
| Binary | 11001110 | 11001100 | 1110000 | 0 | 1 | 101110 | 10011 | 111011 | 110001 | 111110 |
Color Harmonies of #CECC70
Complementary color
Monochromatic Colors of #CECC70
Black with #CECC70
Text Example
Text Example
White with #CECC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC70; }
p { color: rgb(206,204,112); }
H1.HeaderClassName
{
color: #CECC70;
}
.AnyTagClassName
{
color: #CECC70;
}
</style>
background-color css
<style>
a { background-color: #CECC70; }
a { background-color: rgb(206,204,112); }
div.DivClassName
{
background-color: #CECC70;
}
.BgClassName
{
background-color: #CECC70;
}
</style>
border-color css
<style>
span { border-color: #CECC70; }
span { border-color: rgb(206,204,112); }
td.TdClassName
{
border-color: #CECC70;
}
.TagClassName
{
border-color: #CECC70;
}
</style>