Shades of Deco #CED77C
Tints of Deco #CED77C
RGB
CMYK
RGB Variations
Color information
#CED77C (or 0xCED77C) is known color: Deco. HEX triplet: CE, D7 and 7C. RGB value is (206,215,124). Sum of RGB (Red+Green+Blue) = 206+215+124=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 215 - color contains mainly: green. Hex color #CED77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED77C is #312883. Grayscale: #CACACA. Windows color (decimal): -3221636 or 8181710. OLE color: 8181710.
HSL color Cylindrical-coordinate representation of color #CED77C: hue angle of 65.93º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CED77C is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 124 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.16 |
| HSL | 65.93º | 0.53% | 0.66% | - |
| HSV(B) | 65.93º | 0.42% | 0.84% | - |
| XYZ | 53.39 | 63.18 | 28.45 | - |
| YUV | 201.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 124 | 0.04 | 0 | 0.42 | 0.16 | 65.93 | 0.53 | 0.66 |
| Hex | CE | D7 | 7C | 4 | 0 | 2A | 10 | 42 | 35 | 42 |
| Octal | 316 | 327 | 174 | 4 | 0 | 52 | 20 | 102 | 65 | 102 |
| Binary | 11001110 | 11010111 | 1111100 | 100 | 0 | 101010 | 10000 | 1000010 | 110101 | 1000010 |
Color Harmonies of #CED77C
Complementary color
Monochromatic Colors of #CED77C
Black with #CED77C
Text Example
Text Example
White with #CED77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED77C; }
p { color: rgb(206,215,124); }
H1.HeaderClassName
{
color: #CED77C;
}
.AnyTagClassName
{
color: #CED77C;
}
</style>
background-color css
<style>
a { background-color: #CED77C; }
a { background-color: rgb(206,215,124); }
div.DivClassName
{
background-color: #CED77C;
}
.BgClassName
{
background-color: #CED77C;
}
</style>
border-color css
<style>
span { border-color: #CED77C; }
span { border-color: rgb(206,215,124); }
td.TdClassName
{
border-color: #CED77C;
}
.TagClassName
{
border-color: #CED77C;
}
</style>