Shades of Deco #CECC7C
Tints of Deco #CECC7C
RGB
CMYK
RGB Variations
Color information
#CECC7C (or 0xCECC7C) is known color: Deco. HEX triplet: CE, CC and 7C. RGB value is (206,204,124). Sum of RGB (Red+Green+Blue) = 206+204+124=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 124 (48.83% from 255 or 23.22% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC7C is #313383. Grayscale: #C3C3C3. Windows color (decimal): -3224452 or 8178894. OLE color: 8178894.
HSL color Cylindrical-coordinate representation of color #CECC7C: hue angle of 58.54º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CECC7C is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 124 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.19 |
| HSL | 58.54º | 0.46% | 0.65% | - |
| HSV(B) | 58.54º | 0.4% | 0.81% | - |
| XYZ | 50.68 | 57.76 | 27.55 | - |
| YUV | 195.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 124 | 0 | 0.01 | 0.40 | 0.19 | 58.54 | 0.46 | 0.65 |
| Hex | CE | CC | 7C | 0 | 1 | 28 | 13 | 3B | 2E | 41 |
| Octal | 316 | 314 | 174 | 0 | 1 | 50 | 23 | 73 | 56 | 101 |
| Binary | 11001110 | 11001100 | 1111100 | 0 | 1 | 101000 | 10011 | 111011 | 101110 | 1000001 |
Color Harmonies of #CECC7C
Complementary color
Monochromatic Colors of #CECC7C
Black with #CECC7C
Text Example
Text Example
White with #CECC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC7C; }
p { color: rgb(206,204,124); }
H1.HeaderClassName
{
color: #CECC7C;
}
.AnyTagClassName
{
color: #CECC7C;
}
</style>
background-color css
<style>
a { background-color: #CECC7C; }
a { background-color: rgb(206,204,124); }
div.DivClassName
{
background-color: #CECC7C;
}
.BgClassName
{
background-color: #CECC7C;
}
</style>
border-color css
<style>
span { border-color: #CECC7C; }
span { border-color: rgb(206,204,124); }
td.TdClassName
{
border-color: #CECC7C;
}
.TagClassName
{
border-color: #CECC7C;
}
</style>