Shades of Deco #CECD93
Tints of Deco #CECD93
RGB
CMYK
RGB Variations
Color information
#CECD93 (or 0xCECD93) is known color: Deco. HEX triplet: CE, CD and 93. RGB value is (206,205,147). Sum of RGB (Red+Green+Blue) = 206+205+147=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECD93 is #31326C. Grayscale: #C6C6C6. Windows color (decimal): -3224173 or 9686478. OLE color: 9686478.
HSL color Cylindrical-coordinate representation of color #CECD93: hue angle of 58.98º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CECD93 is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 147 | - |
| CMYK | 0 | 0.00 | 0.29 | 0.19 |
| HSL | 58.98º | 0.38% | 0.69% | - |
| HSV(B) | 58.98º | 0.29% | 0.81% | - |
| XYZ | 52.55 | 58.89 | 36.2 | - |
| YUV | 198.69 | 98.83 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 147 | 0 | 0.00 | 0.29 | 0.19 | 58.98 | 0.38 | 0.69 |
| Hex | CE | CD | 93 | 0 | 0 | 1D | 13 | 3B | 26 | 45 |
| Octal | 316 | 315 | 223 | 0 | 0 | 35 | 23 | 73 | 46 | 105 |
| Binary | 11001110 | 11001101 | 10010011 | 0 | 0 | 11101 | 10011 | 111011 | 100110 | 1000101 |
Color Harmonies of #CECD93
Complementary color
Monochromatic Colors of #CECD93
Black with #CECD93
Text Example
Text Example
White with #CECD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD93; }
p { color: rgb(206,205,147); }
H1.HeaderClassName
{
color: #CECD93;
}
.AnyTagClassName
{
color: #CECD93;
}
</style>
background-color css
<style>
a { background-color: #CECD93; }
a { background-color: rgb(206,205,147); }
div.DivClassName
{
background-color: #CECD93;
}
.BgClassName
{
background-color: #CECD93;
}
</style>
border-color css
<style>
span { border-color: #CECD93; }
span { border-color: rgb(206,205,147); }
td.TdClassName
{
border-color: #CECD93;
}
.TagClassName
{
border-color: #CECD93;
}
</style>