Shades of Pear #DEE220
Tints of Pear #DEE220
RGB
CMYK
RGB Variations
Color information
#DEE220 (or 0xDEE220) is known color: Pear. HEX triplet: DE, E2 and 20. RGB value is (222,226,32). Sum of RGB (Red+Green+Blue) = 222+226+32=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 32 (12.89% from 255 or 6.67% from 480); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE220 is #211DDF. Grayscale: #CBCBCB. Windows color (decimal): -2170336 or 2155230. OLE color: 2155230.
HSL color Cylindrical-coordinate representation of color #DEE220: hue angle of 61.24º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEE220 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 32 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.11 |
| HSL | 61.24º | 0.77% | 0.51% | - |
| HSV(B) | 61.24º | 0.86% | 0.89% | - |
| XYZ | 57.58 | 70.03 | 11.85 | - |
| YUV | 202.69 | 31.67 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 32 | 0.02 | 0 | 0.86 | 0.11 | 61.24 | 0.77 | 0.51 |
| Hex | DE | E2 | 20 | 2 | 0 | 56 | B | 3D | 4D | 33 |
| Octal | 336 | 342 | 40 | 2 | 0 | 126 | 13 | 75 | 115 | 63 |
| Binary | 11011110 | 11100010 | 100000 | 10 | 0 | 1010110 | 1011 | 111101 | 1001101 | 110011 |
Color Harmonies of #DEE220
Complementary color
Monochromatic Colors of #DEE220
Black with #DEE220
Text Example
Text Example
White with #DEE220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE220; }
p { color: rgb(222,226,32); }
H1.HeaderClassName
{
color: #DEE220;
}
.AnyTagClassName
{
color: #DEE220;
}
</style>
background-color css
<style>
a { background-color: #DEE220; }
a { background-color: rgb(222,226,32); }
div.DivClassName
{
background-color: #DEE220;
}
.BgClassName
{
background-color: #DEE220;
}
</style>
border-color css
<style>
span { border-color: #DEE220; }
span { border-color: rgb(222,226,32); }
td.TdClassName
{
border-color: #DEE220;
}
.TagClassName
{
border-color: #DEE220;
}
</style>