Shades of Deco #CED677
Tints of Deco #CED677
RGB
CMYK
RGB Variations
Color information
#CED677 (or 0xCED677) is known color: Deco. HEX triplet: CE, D6 and 77. RGB value is (206,214,119). Sum of RGB (Red+Green+Blue) = 206+214+119=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 119 (46.88% from 255 or 22.08% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #CED677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED677 is #312988. Grayscale: #C9C9C9. Windows color (decimal): -3221897 or 7853774. OLE color: 7853774.
HSL color Cylindrical-coordinate representation of color #CED677: hue angle of 65.05º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CED677 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 119 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.16 |
| HSL | 65.05º | 0.54% | 0.65% | - |
| HSV(B) | 65.05º | 0.44% | 0.84% | - |
| XYZ | 52.83 | 62.55 | 26.74 | - |
| YUV | 200.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 119 | 0.04 | 0 | 0.44 | 0.16 | 65.05 | 0.54 | 0.65 |
| Hex | CE | D6 | 77 | 4 | 0 | 2C | 10 | 41 | 36 | 41 |
| Octal | 316 | 326 | 167 | 4 | 0 | 54 | 20 | 101 | 66 | 101 |
| Binary | 11001110 | 11010110 | 1110111 | 100 | 0 | 101100 | 10000 | 1000001 | 110110 | 1000001 |
Color Harmonies of #CED677
Complementary color
Monochromatic Colors of #CED677
Black with #CED677
Text Example
Text Example
White with #CED677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED677; }
p { color: rgb(206,214,119); }
H1.HeaderClassName
{
color: #CED677;
}
.AnyTagClassName
{
color: #CED677;
}
</style>
background-color css
<style>
a { background-color: #CED677; }
a { background-color: rgb(206,214,119); }
div.DivClassName
{
background-color: #CED677;
}
.BgClassName
{
background-color: #CED677;
}
</style>
border-color css
<style>
span { border-color: #CED677; }
span { border-color: rgb(206,214,119); }
td.TdClassName
{
border-color: #CED677;
}
.TagClassName
{
border-color: #CED677;
}
</style>