Shades of Deco #D6E082
Tints of Deco #D6E082
RGB
CMYK
RGB Variations
Color information
#D6E082 (or 0xD6E082) is known color: Deco. HEX triplet: D6, E0 and 82. RGB value is (214,224,130). Sum of RGB (Red+Green+Blue) = 214+224+130=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 130 (51.17% from 255 or 22.89% from 568); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E082 is #291F7D. Grayscale: #D2D2D2. Windows color (decimal): -2695038 or 8577238. OLE color: 8577238.
HSL color Cylindrical-coordinate representation of color #D6E082: hue angle of 66.38º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6E082 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 224 | 130 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.12 |
| HSL | 66.38º | 0.6% | 0.69% | - |
| HSV(B) | 66.38º | 0.42% | 0.88% | - |
| XYZ | 58.42 | 69.22 | 31.4 | - |
| YUV | 210.29 | 82.69 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 130 | 0.04 | 0 | 0.42 | 0.12 | 66.38 | 0.6 | 0.69 |
| Hex | D6 | E0 | 82 | 4 | 0 | 2A | C | 42 | 3C | 45 |
| Octal | 326 | 340 | 202 | 4 | 0 | 52 | 14 | 102 | 74 | 105 |
| Binary | 11010110 | 11100000 | 10000010 | 100 | 0 | 101010 | 1100 | 1000010 | 111100 | 1000101 |
Color Harmonies of #D6E082
Complementary color
Monochromatic Colors of #D6E082
Black with #D6E082
Text Example
Text Example
White with #D6E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E082; }
p { color: rgb(214,224,130); }
H1.HeaderClassName
{
color: #D6E082;
}
.AnyTagClassName
{
color: #D6E082;
}
</style>
background-color css
<style>
a { background-color: #D6E082; }
a { background-color: rgb(214,224,130); }
div.DivClassName
{
background-color: #D6E082;
}
.BgClassName
{
background-color: #D6E082;
}
</style>
border-color css
<style>
span { border-color: #D6E082; }
span { border-color: rgb(214,224,130); }
td.TdClassName
{
border-color: #D6E082;
}
.TagClassName
{
border-color: #D6E082;
}
</style>