Shades of Deco #CED579
Tints of Deco #CED579
RGB
CMYK
RGB Variations
Color information
#CED579 (or 0xCED579) is known color: Deco. HEX triplet: CE, D5 and 79. RGB value is (206,213,121). Sum of RGB (Red+Green+Blue) = 206+213+121=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 121 (47.66% from 255 or 22.41% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #CED579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED579 is #312A86. Grayscale: #C8C8C8. Windows color (decimal): -3222151 or 7984590. OLE color: 7984590.
HSL color Cylindrical-coordinate representation of color #CED579: hue angle of 64.57º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CED579 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 121 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.16 |
| HSL | 64.57º | 0.52% | 0.65% | - |
| HSV(B) | 64.57º | 0.43% | 0.84% | - |
| XYZ | 52.7 | 62.09 | 27.3 | - |
| YUV | 200.42 | 83.18 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 121 | 0.03 | 0 | 0.43 | 0.16 | 64.57 | 0.52 | 0.65 |
| Hex | CE | D5 | 79 | 3 | 0 | 2B | 10 | 41 | 34 | 41 |
| Octal | 316 | 325 | 171 | 3 | 0 | 53 | 20 | 101 | 64 | 101 |
| Binary | 11001110 | 11010101 | 1111001 | 11 | 0 | 101011 | 10000 | 1000001 | 110100 | 1000001 |
Color Harmonies of #CED579
Complementary color
Monochromatic Colors of #CED579
Black with #CED579
Text Example
Text Example
White with #CED579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED579; }
p { color: rgb(206,213,121); }
H1.HeaderClassName
{
color: #CED579;
}
.AnyTagClassName
{
color: #CED579;
}
</style>
background-color css
<style>
a { background-color: #CED579; }
a { background-color: rgb(206,213,121); }
div.DivClassName
{
background-color: #CED579;
}
.BgClassName
{
background-color: #CED579;
}
</style>
border-color css
<style>
span { border-color: #CED579; }
span { border-color: rgb(206,213,121); }
td.TdClassName
{
border-color: #CED579;
}
.TagClassName
{
border-color: #CED579;
}
</style>