Shades of Deco #CED078
Tints of Deco #CED078
RGB
CMYK
RGB Variations
Color information
#CED078 (or 0xCED078) is known color: Deco. HEX triplet: CE, D0 and 78. RGB value is (206,208,120). Sum of RGB (Red+Green+Blue) = 206+208+120=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #CED078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED078 is #312F87. Grayscale: #C5C5C5. Windows color (decimal): -3223432 or 7917774. OLE color: 7917774.
HSL color Cylindrical-coordinate representation of color #CED078: hue angle of 61.36º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CED078 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 120 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.18 |
| HSL | 61.36º | 0.48% | 0.64% | - |
| HSV(B) | 61.36º | 0.42% | 0.82% | - |
| XYZ | 51.4 | 59.59 | 26.56 | - |
| YUV | 197.37 | 84.34 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 120 | 0.01 | 0 | 0.42 | 0.18 | 61.36 | 0.48 | 0.64 |
| Hex | CE | D0 | 78 | 1 | 0 | 2A | 12 | 3D | 30 | 40 |
| Octal | 316 | 320 | 170 | 1 | 0 | 52 | 22 | 75 | 60 | 100 |
| Binary | 11001110 | 11010000 | 1111000 | 1 | 0 | 101010 | 10010 | 111101 | 110000 | 1000000 |
Color Harmonies of #CED078
Complementary color
Monochromatic Colors of #CED078
Black with #CED078
Text Example
Text Example
White with #CED078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED078; }
p { color: rgb(206,208,120); }
H1.HeaderClassName
{
color: #CED078;
}
.AnyTagClassName
{
color: #CED078;
}
</style>
background-color css
<style>
a { background-color: #CED078; }
a { background-color: rgb(206,208,120); }
div.DivClassName
{
background-color: #CED078;
}
.BgClassName
{
background-color: #CED078;
}
</style>
border-color css
<style>
span { border-color: #CED078; }
span { border-color: rgb(206,208,120); }
td.TdClassName
{
border-color: #CED078;
}
.TagClassName
{
border-color: #CED078;
}
</style>