Shades of Deco #CEDB79
Tints of Deco #CEDB79
RGB
CMYK
RGB Variations
Color information
#CEDB79 (or 0xCEDB79) is known color: Deco. HEX triplet: CE, DB and 79. RGB value is (206,219,121). Sum of RGB (Red+Green+Blue) = 206+219+121=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 121 (47.66% from 255 or 22.16% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB79 is #312486. Grayscale: #CCCCCC. Windows color (decimal): -3220615 or 7986126. OLE color: 7986126.
HSL color Cylindrical-coordinate representation of color #CEDB79: hue angle of 67.96º degrees, saturation: 0.58, 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 #CEDB79 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 121 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.14 |
| HSL | 67.96º | 0.58% | 0.67% | - |
| HSV(B) | 67.96º | 0.45% | 0.86% | - |
| XYZ | 54.24 | 65.17 | 27.81 | - |
| YUV | 203.94 | 81.19 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 121 | 0.06 | 0 | 0.45 | 0.14 | 67.96 | 0.58 | 0.67 |
| Hex | CE | DB | 79 | 6 | 0 | 2D | E | 44 | 3A | 43 |
| Octal | 316 | 333 | 171 | 6 | 0 | 55 | 16 | 104 | 72 | 103 |
| Binary | 11001110 | 11011011 | 1111001 | 110 | 0 | 101101 | 1110 | 1000100 | 111010 | 1000011 |
Color Harmonies of #CEDB79
Complementary color
Monochromatic Colors of #CEDB79
Black with #CEDB79
Text Example
Text Example
White with #CEDB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB79; }
p { color: rgb(206,219,121); }
H1.HeaderClassName
{
color: #CEDB79;
}
.AnyTagClassName
{
color: #CEDB79;
}
</style>
background-color css
<style>
a { background-color: #CEDB79; }
a { background-color: rgb(206,219,121); }
div.DivClassName
{
background-color: #CEDB79;
}
.BgClassName
{
background-color: #CEDB79;
}
</style>
border-color css
<style>
span { border-color: #CEDB79; }
span { border-color: rgb(206,219,121); }
td.TdClassName
{
border-color: #CEDB79;
}
.TagClassName
{
border-color: #CEDB79;
}
</style>