Shades of Deco #CED976
Tints of Deco #CED976
RGB
CMYK
RGB Variations
Color information
#CED976 (or 0xCED976) is known color: Deco. HEX triplet: CE, D9 and 76. RGB value is (206,217,118). Sum of RGB (Red+Green+Blue) = 206+217+118=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #CED976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED976 is #312689. Grayscale: #CACACA. Windows color (decimal): -3221130 or 7789006. OLE color: 7789006.
HSL color Cylindrical-coordinate representation of color #CED976: hue angle of 66.67º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CED976 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 118 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.15 |
| HSL | 66.67º | 0.57% | 0.66% | - |
| HSV(B) | 66.67º | 0.46% | 0.85% | - |
| XYZ | 53.54 | 64.06 | 26.68 | - |
| YUV | 202.43 | 80.36 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 118 | 0.05 | 0 | 0.46 | 0.15 | 66.67 | 0.57 | 0.66 |
| Hex | CE | D9 | 76 | 5 | 0 | 2E | F | 43 | 39 | 42 |
| Octal | 316 | 331 | 166 | 5 | 0 | 56 | 17 | 103 | 71 | 102 |
| Binary | 11001110 | 11011001 | 1110110 | 101 | 0 | 101110 | 1111 | 1000011 | 111001 | 1000010 |
Color Harmonies of #CED976
Complementary color
Monochromatic Colors of #CED976
Black with #CED976
Text Example
Text Example
White with #CED976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED976; }
p { color: rgb(206,217,118); }
H1.HeaderClassName
{
color: #CED976;
}
.AnyTagClassName
{
color: #CED976;
}
</style>
background-color css
<style>
a { background-color: #CED976; }
a { background-color: rgb(206,217,118); }
div.DivClassName
{
background-color: #CED976;
}
.BgClassName
{
background-color: #CED976;
}
</style>
border-color css
<style>
span { border-color: #CED976; }
span { border-color: rgb(206,217,118); }
td.TdClassName
{
border-color: #CED976;
}
.TagClassName
{
border-color: #CED976;
}
</style>