Shades of Pear #DEE316
Tints of Pear #DEE316
RGB
CMYK
RGB Variations
Color information
#DEE316 (or 0xDEE316) is known color: Pear. HEX triplet: DE, E3 and 16. RGB value is (222,227,22). Sum of RGB (Red+Green+Blue) = 222+227+22=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE316 is #211CE9. Grayscale: #CACACA. Windows color (decimal): -2170090 or 1500126. OLE color: 1500126.
HSL color Cylindrical-coordinate representation of color #DEE316: hue angle of 61.46º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEE316 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 22 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.11 |
| HSL | 61.46º | 0.82% | 0.49% | - |
| HSV(B) | 61.46º | 0.9% | 0.89% | - |
| XYZ | 57.74 | 70.53 | 11.33 | - |
| YUV | 202.14 | 26.34 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 22 | 0.02 | 0 | 0.90 | 0.11 | 61.46 | 0.82 | 0.49 |
| Hex | DE | E3 | 16 | 2 | 0 | 5A | B | 3D | 52 | 31 |
| Octal | 336 | 343 | 26 | 2 | 0 | 132 | 13 | 75 | 122 | 61 |
| Binary | 11011110 | 11100011 | 10110 | 10 | 0 | 1011010 | 1011 | 111101 | 1010010 | 110001 |
Color Harmonies of #DEE316
Complementary color
Monochromatic Colors of #DEE316
Black with #DEE316
Text Example
Text Example
White with #DEE316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE316; }
p { color: rgb(222,227,22); }
H1.HeaderClassName
{
color: #DEE316;
}
.AnyTagClassName
{
color: #DEE316;
}
</style>
background-color css
<style>
a { background-color: #DEE316; }
a { background-color: rgb(222,227,22); }
div.DivClassName
{
background-color: #DEE316;
}
.BgClassName
{
background-color: #DEE316;
}
</style>
border-color css
<style>
span { border-color: #DEE316; }
span { border-color: rgb(222,227,22); }
td.TdClassName
{
border-color: #DEE316;
}
.TagClassName
{
border-color: #DEE316;
}
</style>