Shades of Deco #CEDC78
Tints of Deco #CEDC78
RGB
CMYK
RGB Variations
Color information
#CEDC78 (or 0xCEDC78) is known color: Deco. HEX triplet: CE, DC and 78. RGB value is (206,220,120). Sum of RGB (Red+Green+Blue) = 206+220+120=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 120 (47.27% from 255 or 21.98% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC78 is #312387. Grayscale: #CCCCCC. Windows color (decimal): -3220360 or 7920846. OLE color: 7920846.
HSL color Cylindrical-coordinate representation of color #CEDC78: hue angle of 68.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEDC78 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 120 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.14 |
| HSL | 68.4º | 0.59% | 0.67% | - |
| HSV(B) | 68.4º | 0.45% | 0.86% | - |
| XYZ | 54.44 | 65.66 | 27.57 | - |
| YUV | 204.41 | 80.36 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 120 | 0.06 | 0 | 0.45 | 0.14 | 68.4 | 0.59 | 0.67 |
| Hex | CE | DC | 78 | 6 | 0 | 2D | E | 44 | 3B | 43 |
| Octal | 316 | 334 | 170 | 6 | 0 | 55 | 16 | 104 | 73 | 103 |
| Binary | 11001110 | 11011100 | 1111000 | 110 | 0 | 101101 | 1110 | 1000100 | 111011 | 1000011 |
Color Harmonies of #CEDC78
Complementary color
Monochromatic Colors of #CEDC78
Black with #CEDC78
Text Example
Text Example
White with #CEDC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC78; }
p { color: rgb(206,220,120); }
H1.HeaderClassName
{
color: #CEDC78;
}
.AnyTagClassName
{
color: #CEDC78;
}
</style>
background-color css
<style>
a { background-color: #CEDC78; }
a { background-color: rgb(206,220,120); }
div.DivClassName
{
background-color: #CEDC78;
}
.BgClassName
{
background-color: #CEDC78;
}
</style>
border-color css
<style>
span { border-color: #CEDC78; }
span { border-color: rgb(206,220,120); }
td.TdClassName
{
border-color: #CEDC78;
}
.TagClassName
{
border-color: #CEDC78;
}
</style>