Shades of Pear #DEE921
Tints of Pear #DEE921
RGB
CMYK
RGB Variations
Color information
#DEE921 (or 0xDEE921) is known color: Pear. HEX triplet: DE, E9 and 21. RGB value is (222,233,33). Sum of RGB (Red+Green+Blue) = 222+233+33=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 33 (13.28% from 255 or 6.76% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE921 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE921 is #2116DE. Grayscale: #CFCFCF. Windows color (decimal): -2168543 or 2222558. OLE color: 2222558.
HSL color Cylindrical-coordinate representation of color #DEE921: hue angle of 63.3º degrees, saturation: 0.82, 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 #DEE921 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 33 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.09 |
| HSL | 63.3º | 0.82% | 0.52% | - |
| HSV(B) | 63.3º | 0.86% | 0.91% | - |
| XYZ | 59.54 | 73.92 | 12.57 | - |
| YUV | 206.91 | 29.86 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 33 | 0.05 | 0 | 0.86 | 0.09 | 63.3 | 0.82 | 0.52 |
| Hex | DE | E9 | 21 | 5 | 0 | 56 | 9 | 3F | 52 | 34 |
| Octal | 336 | 351 | 41 | 5 | 0 | 126 | 11 | 77 | 122 | 64 |
| Binary | 11011110 | 11101001 | 100001 | 101 | 0 | 1010110 | 1001 | 111111 | 1010010 | 110100 |
Color Harmonies of #DEE921
Complementary color
Monochromatic Colors of #DEE921
Black with #DEE921
Text Example
Text Example
White with #DEE921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE921; }
p { color: rgb(222,233,33); }
H1.HeaderClassName
{
color: #DEE921;
}
.AnyTagClassName
{
color: #DEE921;
}
</style>
background-color css
<style>
a { background-color: #DEE921; }
a { background-color: rgb(222,233,33); }
div.DivClassName
{
background-color: #DEE921;
}
.BgClassName
{
background-color: #DEE921;
}
</style>
border-color css
<style>
span { border-color: #DEE921; }
span { border-color: rgb(222,233,33); }
td.TdClassName
{
border-color: #DEE921;
}
.TagClassName
{
border-color: #DEE921;
}
</style>