Shades of Pear #DEE922
Tints of Pear #DEE922
RGB
CMYK
RGB Variations
Color information
#DEE922 (or 0xDEE922) is known color: Pear. HEX triplet: DE, E9 and 22. RGB value is (222,233,34). Sum of RGB (Red+Green+Blue) = 222+233+34=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 34 (13.67% from 255 or 6.95% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE922 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE922 is #2116DD. Grayscale: #CFCFCF. Windows color (decimal): -2168542 or 2288094. OLE color: 2288094.
HSL color Cylindrical-coordinate representation of color #DEE922: hue angle of 63.32º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEE922 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 34 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.09 |
| HSL | 63.32º | 0.82% | 0.52% | - |
| HSV(B) | 63.32º | 0.85% | 0.91% | - |
| XYZ | 59.55 | 73.92 | 12.64 | - |
| YUV | 207.03 | 30.36 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 34 | 0.05 | 0 | 0.85 | 0.09 | 63.32 | 0.82 | 0.52 |
| Hex | DE | E9 | 22 | 5 | 0 | 55 | 9 | 3F | 52 | 34 |
| Octal | 336 | 351 | 42 | 5 | 0 | 125 | 11 | 77 | 122 | 64 |
| Binary | 11011110 | 11101001 | 100010 | 101 | 0 | 1010101 | 1001 | 111111 | 1010010 | 110100 |
Color Harmonies of #DEE922
Complementary color
Monochromatic Colors of #DEE922
Black with #DEE922
Text Example
Text Example
White with #DEE922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE922; }
p { color: rgb(222,233,34); }
H1.HeaderClassName
{
color: #DEE922;
}
.AnyTagClassName
{
color: #DEE922;
}
</style>
background-color css
<style>
a { background-color: #DEE922; }
a { background-color: rgb(222,233,34); }
div.DivClassName
{
background-color: #DEE922;
}
.BgClassName
{
background-color: #DEE922;
}
</style>
border-color css
<style>
span { border-color: #DEE922; }
span { border-color: rgb(222,233,34); }
td.TdClassName
{
border-color: #DEE922;
}
.TagClassName
{
border-color: #DEE922;
}
</style>