Shades of Deco #CED47D
Tints of Deco #CED47D
RGB
CMYK
RGB Variations
Color information
#CED47D (or 0xCED47D) is known color: Deco. HEX triplet: CE, D4 and 7D. RGB value is (206,212,125). Sum of RGB (Red+Green+Blue) = 206+212+125=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 212 - color contains mainly: green. Hex color #CED47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED47D is #312B82. Grayscale: #C8C8C8. Windows color (decimal): -3222403 or 8246478. OLE color: 8246478.
HSL color Cylindrical-coordinate representation of color #CED47D: hue angle of 64.14º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CED47D is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 125 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.17 |
| HSL | 64.14º | 0.5% | 0.66% | - |
| HSV(B) | 64.14º | 0.41% | 0.83% | - |
| XYZ | 52.7 | 61.69 | 28.53 | - |
| YUV | 200.29 | 85.51 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 125 | 0.03 | 0 | 0.41 | 0.17 | 64.14 | 0.5 | 0.66 |
| Hex | CE | D4 | 7D | 3 | 0 | 29 | 11 | 40 | 32 | 42 |
| Octal | 316 | 324 | 175 | 3 | 0 | 51 | 21 | 100 | 62 | 102 |
| Binary | 11001110 | 11010100 | 1111101 | 11 | 0 | 101001 | 10001 | 1000000 | 110010 | 1000010 |
Color Harmonies of #CED47D
Complementary color
Monochromatic Colors of #CED47D
Black with #CED47D
Text Example
Text Example
White with #CED47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED47D; }
p { color: rgb(206,212,125); }
H1.HeaderClassName
{
color: #CED47D;
}
.AnyTagClassName
{
color: #CED47D;
}
</style>
background-color css
<style>
a { background-color: #CED47D; }
a { background-color: rgb(206,212,125); }
div.DivClassName
{
background-color: #CED47D;
}
.BgClassName
{
background-color: #CED47D;
}
</style>
border-color css
<style>
span { border-color: #CED47D; }
span { border-color: rgb(206,212,125); }
td.TdClassName
{
border-color: #CED47D;
}
.TagClassName
{
border-color: #CED47D;
}
</style>