Shades of Pear #DEE820
Tints of Pear #DEE820
RGB
CMYK
RGB Variations
Color information
#DEE820 (or 0xDEE820) is known color: Pear. HEX triplet: DE, E8 and 20. RGB value is (222,232,32). Sum of RGB (Red+Green+Blue) = 222+232+32=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 32 (12.89% from 255 or 6.58% from 486); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE820 is #2117DF. Grayscale: #CFCFCF. Windows color (decimal): -2168800 or 2156766. OLE color: 2156766.
HSL color Cylindrical-coordinate representation of color #DEE820: hue angle of 63º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEE820 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 32 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.09 |
| HSL | 63º | 0.81% | 0.52% | - |
| HSV(B) | 63º | 0.86% | 0.91% | - |
| XYZ | 59.24 | 73.35 | 12.4 | - |
| YUV | 206.21 | 29.69 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 32 | 0.04 | 0 | 0.86 | 0.09 | 63 | 0.81 | 0.52 |
| Hex | DE | E8 | 20 | 4 | 0 | 56 | 9 | 3F | 51 | 34 |
| Octal | 336 | 350 | 40 | 4 | 0 | 126 | 11 | 77 | 121 | 64 |
| Binary | 11011110 | 11101000 | 100000 | 100 | 0 | 1010110 | 1001 | 111111 | 1010001 | 110100 |
Color Harmonies of #DEE820
Complementary color
Monochromatic Colors of #DEE820
Black with #DEE820
Text Example
Text Example
White with #DEE820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE820; }
p { color: rgb(222,232,32); }
H1.HeaderClassName
{
color: #DEE820;
}
.AnyTagClassName
{
color: #DEE820;
}
</style>
background-color css
<style>
a { background-color: #DEE820; }
a { background-color: rgb(222,232,32); }
div.DivClassName
{
background-color: #DEE820;
}
.BgClassName
{
background-color: #DEE820;
}
</style>
border-color css
<style>
span { border-color: #DEE820; }
span { border-color: rgb(222,232,32); }
td.TdClassName
{
border-color: #DEE820;
}
.TagClassName
{
border-color: #DEE820;
}
</style>