Shades of Deco #CED477
Tints of Deco #CED477
RGB
CMYK
RGB Variations
Color information
#CED477 (or 0xCED477) is known color: Deco. HEX triplet: CE, D4 and 77. RGB value is (206,212,119). Sum of RGB (Red+Green+Blue) = 206+212+119=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 119 (46.88% from 255 or 22.16% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #CED477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED477 is #312B88. Grayscale: #C7C7C7. Windows color (decimal): -3222409 or 7853262. OLE color: 7853262.
HSL color Cylindrical-coordinate representation of color #CED477: hue angle of 63.87º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CED477 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 119 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.17 |
| HSL | 63.87º | 0.52% | 0.65% | - |
| HSV(B) | 63.87º | 0.44% | 0.83% | - |
| XYZ | 52.33 | 61.54 | 26.57 | - |
| YUV | 199.6 | 82.51 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 119 | 0.03 | 0 | 0.44 | 0.17 | 63.87 | 0.52 | 0.65 |
| Hex | CE | D4 | 77 | 3 | 0 | 2C | 11 | 40 | 34 | 41 |
| Octal | 316 | 324 | 167 | 3 | 0 | 54 | 21 | 100 | 64 | 101 |
| Binary | 11001110 | 11010100 | 1110111 | 11 | 0 | 101100 | 10001 | 1000000 | 110100 | 1000001 |
Color Harmonies of #CED477
Complementary color
Monochromatic Colors of #CED477
Black with #CED477
Text Example
Text Example
White with #CED477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED477; }
p { color: rgb(206,212,119); }
H1.HeaderClassName
{
color: #CED477;
}
.AnyTagClassName
{
color: #CED477;
}
</style>
background-color css
<style>
a { background-color: #CED477; }
a { background-color: rgb(206,212,119); }
div.DivClassName
{
background-color: #CED477;
}
.BgClassName
{
background-color: #CED477;
}
</style>
border-color css
<style>
span { border-color: #CED477; }
span { border-color: rgb(206,212,119); }
td.TdClassName
{
border-color: #CED477;
}
.TagClassName
{
border-color: #CED477;
}
</style>