Shades of Deco #CED479
Tints of Deco #CED479
RGB
CMYK
RGB Variations
Color information
#CED479 (or 0xCED479) is known color: Deco. HEX triplet: CE, D4 and 79. RGB value is (206,212,121). Sum of RGB (Red+Green+Blue) = 206+212+121=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 121 (47.66% from 255 or 22.45% from 539); Max value from RGB is 212 - color contains mainly: green. Hex color #CED479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED479 is #312B86. Grayscale: #C8C8C8. Windows color (decimal): -3222407 or 7984334. OLE color: 7984334.
HSL color Cylindrical-coordinate representation of color #CED479: hue angle of 63.96º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CED479 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 121 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.17 |
| HSL | 63.96º | 0.51% | 0.65% | - |
| HSV(B) | 63.96º | 0.43% | 0.83% | - |
| XYZ | 52.45 | 61.59 | 27.21 | - |
| YUV | 199.83 | 83.51 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 121 | 0.03 | 0 | 0.43 | 0.17 | 63.96 | 0.51 | 0.65 |
| Hex | CE | D4 | 79 | 3 | 0 | 2B | 11 | 40 | 33 | 41 |
| Octal | 316 | 324 | 171 | 3 | 0 | 53 | 21 | 100 | 63 | 101 |
| Binary | 11001110 | 11010100 | 1111001 | 11 | 0 | 101011 | 10001 | 1000000 | 110011 | 1000001 |
Color Harmonies of #CED479
Complementary color
Monochromatic Colors of #CED479
Black with #CED479
Text Example
Text Example
White with #CED479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED479; }
p { color: rgb(206,212,121); }
H1.HeaderClassName
{
color: #CED479;
}
.AnyTagClassName
{
color: #CED479;
}
</style>
background-color css
<style>
a { background-color: #CED479; }
a { background-color: rgb(206,212,121); }
div.DivClassName
{
background-color: #CED479;
}
.BgClassName
{
background-color: #CED479;
}
</style>
border-color css
<style>
span { border-color: #CED479; }
span { border-color: rgb(206,212,121); }
td.TdClassName
{
border-color: #CED479;
}
.TagClassName
{
border-color: #CED479;
}
</style>