Shades of Deco #CECD80
Tints of Deco #CECD80
RGB
CMYK
RGB Variations
Color information
#CECD80 (or 0xCECD80) is known color: Deco. HEX triplet: CE, CD and 80. RGB value is (206,205,128). Sum of RGB (Red+Green+Blue) = 206+205+128=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECD80 is #31327F. Grayscale: #C4C4C4. Windows color (decimal): -3224192 or 8441294. OLE color: 8441294.
HSL color Cylindrical-coordinate representation of color #CECD80: hue angle of 59.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CECD80 is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 128 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.19 |
| HSL | 59.23º | 0.44% | 0.65% | - |
| HSV(B) | 59.23º | 0.38% | 0.81% | - |
| XYZ | 51.18 | 58.34 | 28.99 | - |
| YUV | 196.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 128 | 0 | 0.00 | 0.38 | 0.19 | 59.23 | 0.44 | 0.65 |
| Hex | CE | CD | 80 | 0 | 0 | 26 | 13 | 3B | 2C | 41 |
| Octal | 316 | 315 | 200 | 0 | 0 | 46 | 23 | 73 | 54 | 101 |
| Binary | 11001110 | 11001101 | 10000000 | 0 | 0 | 100110 | 10011 | 111011 | 101100 | 1000001 |
Color Harmonies of #CECD80
Complementary color
Monochromatic Colors of #CECD80
Black with #CECD80
Text Example
Text Example
White with #CECD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD80; }
p { color: rgb(206,205,128); }
H1.HeaderClassName
{
color: #CECD80;
}
.AnyTagClassName
{
color: #CECD80;
}
</style>
background-color css
<style>
a { background-color: #CECD80; }
a { background-color: rgb(206,205,128); }
div.DivClassName
{
background-color: #CECD80;
}
.BgClassName
{
background-color: #CECD80;
}
</style>
border-color css
<style>
span { border-color: #CECD80; }
span { border-color: rgb(206,205,128); }
td.TdClassName
{
border-color: #CECD80;
}
.TagClassName
{
border-color: #CECD80;
}
</style>