Shades of Pear #DEE620
Tints of Pear #DEE620
RGB
CMYK
RGB Variations
Color information
#DEE620 (or 0xDEE620) is known color: Pear. HEX triplet: DE, E6 and 20. RGB value is (222,230,32). Sum of RGB (Red+Green+Blue) = 222+230+32=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 32 (12.89% from 255 or 6.61% from 484); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE620 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE620 is #2119DF. Grayscale: #CDCDCD. Windows color (decimal): -2169312 or 2156254. OLE color: 2156254.
HSL color Cylindrical-coordinate representation of color #DEE620: hue angle of 62.42º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEE620 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 32 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.10 |
| HSL | 62.42º | 0.8% | 0.51% | - |
| HSV(B) | 62.42º | 0.86% | 0.9% | - |
| XYZ | 58.68 | 72.23 | 12.21 | - |
| YUV | 205.04 | 30.35 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 32 | 0.03 | 0 | 0.86 | 0.10 | 62.42 | 0.8 | 0.51 |
| Hex | DE | E6 | 20 | 3 | 0 | 56 | A | 3E | 50 | 33 |
| Octal | 336 | 346 | 40 | 3 | 0 | 126 | 12 | 76 | 120 | 63 |
| Binary | 11011110 | 11100110 | 100000 | 11 | 0 | 1010110 | 1010 | 111110 | 1010000 | 110011 |
Color Harmonies of #DEE620
Complementary color
Monochromatic Colors of #DEE620
Black with #DEE620
Text Example
Text Example
White with #DEE620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE620; }
p { color: rgb(222,230,32); }
H1.HeaderClassName
{
color: #DEE620;
}
.AnyTagClassName
{
color: #DEE620;
}
</style>
background-color css
<style>
a { background-color: #DEE620; }
a { background-color: rgb(222,230,32); }
div.DivClassName
{
background-color: #DEE620;
}
.BgClassName
{
background-color: #DEE620;
}
</style>
border-color css
<style>
span { border-color: #DEE620; }
span { border-color: rgb(222,230,32); }
td.TdClassName
{
border-color: #DEE620;
}
.TagClassName
{
border-color: #DEE620;
}
</style>