Shades of Deco #CED47F
Tints of Deco #CED47F
RGB
CMYK
RGB Variations
Color information
#CED47F (or 0xCED47F) is known color: Deco. HEX triplet: CE, D4 and 7F. RGB value is (206,212,127). Sum of RGB (Red+Green+Blue) = 206+212+127=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 212 - color contains mainly: green. Hex color #CED47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED47F is #312B80. Grayscale: #C8C8C8. Windows color (decimal): -3222401 or 8377550. OLE color: 8377550.
HSL color Cylindrical-coordinate representation of color #CED47F: hue angle of 64.24º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CED47F is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 127 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.17 |
| HSL | 64.24º | 0.5% | 0.66% | - |
| HSV(B) | 64.24º | 0.4% | 0.83% | - |
| XYZ | 52.83 | 61.74 | 29.21 | - |
| YUV | 200.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 127 | 0.03 | 0 | 0.40 | 0.17 | 64.24 | 0.5 | 0.66 |
| Hex | CE | D4 | 7F | 3 | 0 | 28 | 11 | 40 | 32 | 42 |
| Octal | 316 | 324 | 177 | 3 | 0 | 50 | 21 | 100 | 62 | 102 |
| Binary | 11001110 | 11010100 | 1111111 | 11 | 0 | 101000 | 10001 | 1000000 | 110010 | 1000010 |
Color Harmonies of #CED47F
Complementary color
Monochromatic Colors of #CED47F
Black with #CED47F
Text Example
Text Example
White with #CED47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED47F; }
p { color: rgb(206,212,127); }
H1.HeaderClassName
{
color: #CED47F;
}
.AnyTagClassName
{
color: #CED47F;
}
</style>
background-color css
<style>
a { background-color: #CED47F; }
a { background-color: rgb(206,212,127); }
div.DivClassName
{
background-color: #CED47F;
}
.BgClassName
{
background-color: #CED47F;
}
</style>
border-color css
<style>
span { border-color: #CED47F; }
span { border-color: rgb(206,212,127); }
td.TdClassName
{
border-color: #CED47F;
}
.TagClassName
{
border-color: #CED47F;
}
</style>