Shades of Pear #DEE621
Tints of Pear #DEE621
RGB
CMYK
RGB Variations
Color information
#DEE621 (or 0xDEE621) is known color: Pear. HEX triplet: DE, E6 and 21. RGB value is (222,230,33). Sum of RGB (Red+Green+Blue) = 222+230+33=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 33 (13.28% from 255 or 6.80% from 485); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE621 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE621 is #2119DE. Grayscale: #CDCDCD. Windows color (decimal): -2169311 or 2221790. OLE color: 2221790.
HSL color Cylindrical-coordinate representation of color #DEE621: hue angle of 62.44º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEE621 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 33 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.10 |
| HSL | 62.44º | 0.8% | 0.52% | - |
| HSV(B) | 62.44º | 0.86% | 0.9% | - |
| XYZ | 58.7 | 72.23 | 12.29 | - |
| YUV | 205.15 | 30.85 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 33 | 0.03 | 0 | 0.86 | 0.10 | 62.44 | 0.8 | 0.52 |
| Hex | DE | E6 | 21 | 3 | 0 | 56 | A | 3E | 50 | 34 |
| Octal | 336 | 346 | 41 | 3 | 0 | 126 | 12 | 76 | 120 | 64 |
| Binary | 11011110 | 11100110 | 100001 | 11 | 0 | 1010110 | 1010 | 111110 | 1010000 | 110100 |
Color Harmonies of #DEE621
Complementary color
Monochromatic Colors of #DEE621
Black with #DEE621
Text Example
Text Example
White with #DEE621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE621; }
p { color: rgb(222,230,33); }
H1.HeaderClassName
{
color: #DEE621;
}
.AnyTagClassName
{
color: #DEE621;
}
</style>
background-color css
<style>
a { background-color: #DEE621; }
a { background-color: rgb(222,230,33); }
div.DivClassName
{
background-color: #DEE621;
}
.BgClassName
{
background-color: #DEE621;
}
</style>
border-color css
<style>
span { border-color: #DEE621; }
span { border-color: rgb(222,230,33); }
td.TdClassName
{
border-color: #DEE621;
}
.TagClassName
{
border-color: #DEE621;
}
</style>