Shades of Deco #CED07F
Tints of Deco #CED07F
RGB
CMYK
RGB Variations
Color information
#CED07F (or 0xCED07F) is known color: Deco. HEX triplet: CE, D0 and 7F. RGB value is (206,208,127). Sum of RGB (Red+Green+Blue) = 206+208+127=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 208 - color contains mainly: green. Hex color #CED07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED07F is #312F80. Grayscale: #C6C6C6. Windows color (decimal): -3223425 or 8376526. OLE color: 8376526.
HSL color Cylindrical-coordinate representation of color #CED07F: hue angle of 61.48º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CED07F is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 127 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.18 |
| HSL | 61.48º | 0.46% | 0.66% | - |
| HSV(B) | 61.48º | 0.39% | 0.82% | - |
| XYZ | 51.84 | 59.77 | 28.88 | - |
| YUV | 198.17 | 87.84 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 127 | 0.01 | 0 | 0.39 | 0.18 | 61.48 | 0.46 | 0.66 |
| Hex | CE | D0 | 7F | 1 | 0 | 27 | 12 | 3D | 2E | 42 |
| Octal | 316 | 320 | 177 | 1 | 0 | 47 | 22 | 75 | 56 | 102 |
| Binary | 11001110 | 11010000 | 1111111 | 1 | 0 | 100111 | 10010 | 111101 | 101110 | 1000010 |
Color Harmonies of #CED07F
Complementary color
Monochromatic Colors of #CED07F
Black with #CED07F
Text Example
Text Example
White with #CED07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED07F; }
p { color: rgb(206,208,127); }
H1.HeaderClassName
{
color: #CED07F;
}
.AnyTagClassName
{
color: #CED07F;
}
</style>
background-color css
<style>
a { background-color: #CED07F; }
a { background-color: rgb(206,208,127); }
div.DivClassName
{
background-color: #CED07F;
}
.BgClassName
{
background-color: #CED07F;
}
</style>
border-color css
<style>
span { border-color: #CED07F; }
span { border-color: rgb(206,208,127); }
td.TdClassName
{
border-color: #CED07F;
}
.TagClassName
{
border-color: #CED07F;
}
</style>