Shades of Deco #CED077
Tints of Deco #CED077
RGB
CMYK
RGB Variations
Color information
#CED077 (or 0xCED077) is known color: Deco. HEX triplet: CE, D0 and 77. RGB value is (206,208,119). Sum of RGB (Red+Green+Blue) = 206+208+119=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 208 - color contains mainly: green. Hex color #CED077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED077 is #312F88. Grayscale: #C5C5C5. Windows color (decimal): -3223433 or 7852238. OLE color: 7852238.
HSL color Cylindrical-coordinate representation of color #CED077: hue angle of 61.35º 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 #CED077 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 119 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.18 |
| HSL | 61.35º | 0.49% | 0.64% | - |
| HSV(B) | 61.35º | 0.43% | 0.82% | - |
| XYZ | 51.34 | 59.57 | 26.24 | - |
| YUV | 197.26 | 83.84 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 119 | 0.01 | 0 | 0.43 | 0.18 | 61.35 | 0.49 | 0.64 |
| Hex | CE | D0 | 77 | 1 | 0 | 2B | 12 | 3D | 31 | 40 |
| Octal | 316 | 320 | 167 | 1 | 0 | 53 | 22 | 75 | 61 | 100 |
| Binary | 11001110 | 11010000 | 1110111 | 1 | 0 | 101011 | 10010 | 111101 | 110001 | 1000000 |
Color Harmonies of #CED077
Complementary color
Monochromatic Colors of #CED077
Black with #CED077
Text Example
Text Example
White with #CED077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED077; }
p { color: rgb(206,208,119); }
H1.HeaderClassName
{
color: #CED077;
}
.AnyTagClassName
{
color: #CED077;
}
</style>
background-color css
<style>
a { background-color: #CED077; }
a { background-color: rgb(206,208,119); }
div.DivClassName
{
background-color: #CED077;
}
.BgClassName
{
background-color: #CED077;
}
</style>
border-color css
<style>
span { border-color: #CED077; }
span { border-color: rgb(206,208,119); }
td.TdClassName
{
border-color: #CED077;
}
.TagClassName
{
border-color: #CED077;
}
</style>