Shades of Deco #CED076
Tints of Deco #CED076
RGB
CMYK
RGB Variations
Color information
#CED076 (or 0xCED076) is known color: Deco. HEX triplet: CE, D0 and 76. RGB value is (206,208,118). Sum of RGB (Red+Green+Blue) = 206+208+118=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #CED076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED076 is #312F89. Grayscale: #C5C5C5. Windows color (decimal): -3223434 or 7786702. OLE color: 7786702.
HSL color Cylindrical-coordinate representation of color #CED076: hue angle of 61.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CED076 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 118 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.18 |
| HSL | 61.33º | 0.49% | 0.64% | - |
| HSV(B) | 61.33º | 0.43% | 0.82% | - |
| XYZ | 51.28 | 59.54 | 25.93 | - |
| YUV | 197.14 | 83.34 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 118 | 0.01 | 0 | 0.43 | 0.18 | 61.33 | 0.49 | 0.64 |
| Hex | CE | D0 | 76 | 1 | 0 | 2B | 12 | 3D | 31 | 40 |
| Octal | 316 | 320 | 166 | 1 | 0 | 53 | 22 | 75 | 61 | 100 |
| Binary | 11001110 | 11010000 | 1110110 | 1 | 0 | 101011 | 10010 | 111101 | 110001 | 1000000 |
Color Harmonies of #CED076
Complementary color
Monochromatic Colors of #CED076
Black with #CED076
Text Example
Text Example
White with #CED076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED076; }
p { color: rgb(206,208,118); }
H1.HeaderClassName
{
color: #CED076;
}
.AnyTagClassName
{
color: #CED076;
}
</style>
background-color css
<style>
a { background-color: #CED076; }
a { background-color: rgb(206,208,118); }
div.DivClassName
{
background-color: #CED076;
}
.BgClassName
{
background-color: #CED076;
}
</style>
border-color css
<style>
span { border-color: #CED076; }
span { border-color: rgb(206,208,118); }
td.TdClassName
{
border-color: #CED076;
}
.TagClassName
{
border-color: #CED076;
}
</style>