Shades of Pear #DEE32B
Tints of Pear #DEE32B
RGB
CMYK
RGB Variations
Color information
#DEE32B (or 0xDEE32B) is known color: Pear. HEX triplet: DE, E3 and 2B. RGB value is (222,227,43). Sum of RGB (Red+Green+Blue) = 222+227+43=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 43 (17.19% from 255 or 8.74% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE32B is #211CD4. Grayscale: #CDCDCD. Windows color (decimal): -2170069 or 2876382. OLE color: 2876382.
HSL color Cylindrical-coordinate representation of color #DEE32B: hue angle of 61.63º degrees, saturation: 0.77, 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 #DEE32B is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 43 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.11 |
| HSL | 61.63º | 0.77% | 0.53% | - |
| HSV(B) | 61.63º | 0.81% | 0.89% | - |
| XYZ | 58.03 | 70.64 | 12.86 | - |
| YUV | 204.53 | 36.84 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 43 | 0.02 | 0 | 0.81 | 0.11 | 61.63 | 0.77 | 0.53 |
| Hex | DE | E3 | 2B | 2 | 0 | 51 | B | 3E | 4D | 35 |
| Octal | 336 | 343 | 53 | 2 | 0 | 121 | 13 | 76 | 115 | 65 |
| Binary | 11011110 | 11100011 | 101011 | 10 | 0 | 1010001 | 1011 | 111110 | 1001101 | 110101 |
Color Harmonies of #DEE32B
Complementary color
Monochromatic Colors of #DEE32B
Black with #DEE32B
Text Example
Text Example
White with #DEE32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE32B; }
p { color: rgb(222,227,43); }
H1.HeaderClassName
{
color: #DEE32B;
}
.AnyTagClassName
{
color: #DEE32B;
}
</style>
background-color css
<style>
a { background-color: #DEE32B; }
a { background-color: rgb(222,227,43); }
div.DivClassName
{
background-color: #DEE32B;
}
.BgClassName
{
background-color: #DEE32B;
}
</style>
border-color css
<style>
span { border-color: #DEE32B; }
span { border-color: rgb(222,227,43); }
td.TdClassName
{
border-color: #DEE32B;
}
.TagClassName
{
border-color: #DEE32B;
}
</style>