Shades of Pear #DEE22C
Tints of Pear #DEE22C
RGB
CMYK
RGB Variations
Color information
#DEE22C (or 0xDEE22C) is known color: Pear. HEX triplet: DE, E2 and 2C. RGB value is (222,226,44). Sum of RGB (Red+Green+Blue) = 222+226+44=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 44 (17.58% from 255 or 8.94% from 492); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE22C is #211DD3. Grayscale: #CCCCCC. Windows color (decimal): -2170324 or 2941662. OLE color: 2941662.
HSL color Cylindrical-coordinate representation of color #DEE22C: hue angle of 61.32º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEE22C is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 44 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.11 |
| HSL | 61.32º | 0.76% | 0.53% | - |
| HSV(B) | 61.32º | 0.81% | 0.89% | - |
| XYZ | 57.78 | 70.1 | 12.87 | - |
| YUV | 204.06 | 37.67 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 44 | 0.02 | 0 | 0.81 | 0.11 | 61.32 | 0.76 | 0.53 |
| Hex | DE | E2 | 2C | 2 | 0 | 51 | B | 3D | 4C | 35 |
| Octal | 336 | 342 | 54 | 2 | 0 | 121 | 13 | 75 | 114 | 65 |
| Binary | 11011110 | 11100010 | 101100 | 10 | 0 | 1010001 | 1011 | 111101 | 1001100 | 110101 |
Color Harmonies of #DEE22C
Complementary color
Monochromatic Colors of #DEE22C
Black with #DEE22C
Text Example
Text Example
White with #DEE22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE22C; }
p { color: rgb(222,226,44); }
H1.HeaderClassName
{
color: #DEE22C;
}
.AnyTagClassName
{
color: #DEE22C;
}
</style>
background-color css
<style>
a { background-color: #DEE22C; }
a { background-color: rgb(222,226,44); }
div.DivClassName
{
background-color: #DEE22C;
}
.BgClassName
{
background-color: #DEE22C;
}
</style>
border-color css
<style>
span { border-color: #DEE22C; }
span { border-color: rgb(222,226,44); }
td.TdClassName
{
border-color: #DEE22C;
}
.TagClassName
{
border-color: #DEE22C;
}
</style>