Shades of Pear #DEE31C
Tints of Pear #DEE31C
RGB
CMYK
RGB Variations
Color information
#DEE31C (or 0xDEE31C) is known color: Pear. HEX triplet: DE, E3 and 1C. RGB value is (222,227,28). Sum of RGB (Red+Green+Blue) = 222+227+28=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 28 (11.33% from 255 or 5.87% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE31C is #211CE3. Grayscale: #CBCBCB. Windows color (decimal): -2170084 or 1893342. OLE color: 1893342.
HSL color Cylindrical-coordinate representation of color #DEE31C: hue angle of 61.51º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEE31C is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 28 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.11 |
| HSL | 61.51º | 0.78% | 0.5% | - |
| HSV(B) | 61.51º | 0.88% | 0.89% | - |
| XYZ | 57.8 | 70.55 | 11.67 | - |
| YUV | 202.82 | 29.34 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 28 | 0.02 | 0 | 0.88 | 0.11 | 61.51 | 0.78 | 0.5 |
| Hex | DE | E3 | 1C | 2 | 0 | 58 | B | 3E | 4E | 32 |
| Octal | 336 | 343 | 34 | 2 | 0 | 130 | 13 | 76 | 116 | 62 |
| Binary | 11011110 | 11100011 | 11100 | 10 | 0 | 1011000 | 1011 | 111110 | 1001110 | 110010 |
Color Harmonies of #DEE31C
Complementary color
Monochromatic Colors of #DEE31C
Black with #DEE31C
Text Example
Text Example
White with #DEE31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE31C; }
p { color: rgb(222,227,28); }
H1.HeaderClassName
{
color: #DEE31C;
}
.AnyTagClassName
{
color: #DEE31C;
}
</style>
background-color css
<style>
a { background-color: #DEE31C; }
a { background-color: rgb(222,227,28); }
div.DivClassName
{
background-color: #DEE31C;
}
.BgClassName
{
background-color: #DEE31C;
}
</style>
border-color css
<style>
span { border-color: #DEE31C; }
span { border-color: rgb(222,227,28); }
td.TdClassName
{
border-color: #DEE31C;
}
.TagClassName
{
border-color: #DEE31C;
}
</style>