Shades of Deco #D6E084
Tints of Deco #D6E084
RGB
CMYK
RGB Variations
Color information
#D6E084 (or 0xD6E084) is known color: Deco. HEX triplet: D6, E0 and 84. RGB value is (214,224,132). Sum of RGB (Red+Green+Blue) = 214+224+132=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E084 is #291F7B. Grayscale: #D2D2D2. Windows color (decimal): -2695036 or 8708310. OLE color: 8708310.
HSL color Cylindrical-coordinate representation of color #D6E084: hue angle of 66.52º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6E084 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 224 | 132 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.12 |
| HSL | 66.52º | 0.6% | 0.7% | - |
| HSV(B) | 66.52º | 0.41% | 0.88% | - |
| XYZ | 58.55 | 69.27 | 32.11 | - |
| YUV | 210.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 132 | 0.04 | 0 | 0.41 | 0.12 | 66.52 | 0.6 | 0.7 |
| Hex | D6 | E0 | 84 | 4 | 0 | 29 | C | 43 | 3C | 46 |
| Octal | 326 | 340 | 204 | 4 | 0 | 51 | 14 | 103 | 74 | 106 |
| Binary | 11010110 | 11100000 | 10000100 | 100 | 0 | 101001 | 1100 | 1000011 | 111100 | 1000110 |
Color Harmonies of #D6E084
Complementary color
Monochromatic Colors of #D6E084
Black with #D6E084
Text Example
Text Example
White with #D6E084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E084; }
p { color: rgb(214,224,132); }
H1.HeaderClassName
{
color: #D6E084;
}
.AnyTagClassName
{
color: #D6E084;
}
</style>
background-color css
<style>
a { background-color: #D6E084; }
a { background-color: rgb(214,224,132); }
div.DivClassName
{
background-color: #D6E084;
}
.BgClassName
{
background-color: #D6E084;
}
</style>
border-color css
<style>
span { border-color: #D6E084; }
span { border-color: rgb(214,224,132); }
td.TdClassName
{
border-color: #D6E084;
}
.TagClassName
{
border-color: #D6E084;
}
</style>