Shades of Deco #CECD7C
Tints of Deco #CECD7C
RGB
CMYK
RGB Variations
Color information
#CECD7C (or 0xCECD7C) is known color: Deco. HEX triplet: CE, CD and 7C. RGB value is (206,205,124). Sum of RGB (Red+Green+Blue) = 206+205+124=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECD7C is #313283. Grayscale: #C4C4C4. Windows color (decimal): -3224196 or 8179150. OLE color: 8179150.
HSL color Cylindrical-coordinate representation of color #CECD7C: hue angle of 59.27º 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 #CECD7C is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 124 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.19 |
| HSL | 59.27º | 0.46% | 0.65% | - |
| HSV(B) | 59.27º | 0.4% | 0.81% | - |
| XYZ | 50.92 | 58.24 | 27.63 | - |
| YUV | 196.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 124 | 0 | 0.00 | 0.40 | 0.19 | 59.27 | 0.46 | 0.65 |
| Hex | CE | CD | 7C | 0 | 0 | 28 | 13 | 3B | 2E | 41 |
| Octal | 316 | 315 | 174 | 0 | 0 | 50 | 23 | 73 | 56 | 101 |
| Binary | 11001110 | 11001101 | 1111100 | 0 | 0 | 101000 | 10011 | 111011 | 101110 | 1000001 |
Color Harmonies of #CECD7C
Complementary color
Monochromatic Colors of #CECD7C
Black with #CECD7C
Text Example
Text Example
White with #CECD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD7C; }
p { color: rgb(206,205,124); }
H1.HeaderClassName
{
color: #CECD7C;
}
.AnyTagClassName
{
color: #CECD7C;
}
</style>
background-color css
<style>
a { background-color: #CECD7C; }
a { background-color: rgb(206,205,124); }
div.DivClassName
{
background-color: #CECD7C;
}
.BgClassName
{
background-color: #CECD7C;
}
</style>
border-color css
<style>
span { border-color: #CECD7C; }
span { border-color: rgb(206,205,124); }
td.TdClassName
{
border-color: #CECD7C;
}
.TagClassName
{
border-color: #CECD7C;
}
</style>