Shades of Pear #DEE327
Tints of Pear #DEE327
RGB
CMYK
RGB Variations
Color information
#DEE327 (or 0xDEE327) is known color: Pear. HEX triplet: DE, E3 and 27. RGB value is (222,227,39). Sum of RGB (Red+Green+Blue) = 222+227+39=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 39 (15.62% from 255 or 7.99% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE327 is #211CD8. Grayscale: #CCCCCC. Windows color (decimal): -2170073 or 2614238. OLE color: 2614238.
HSL color Cylindrical-coordinate representation of color #DEE327: hue angle of 61.6º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEE327 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 39 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.11 |
| HSL | 61.6º | 0.77% | 0.52% | - |
| HSV(B) | 61.6º | 0.83% | 0.89% | - |
| XYZ | 57.96 | 70.61 | 12.49 | - |
| YUV | 204.07 | 34.84 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 39 | 0.02 | 0 | 0.83 | 0.11 | 61.6 | 0.77 | 0.52 |
| Hex | DE | E3 | 27 | 2 | 0 | 53 | B | 3E | 4D | 34 |
| Octal | 336 | 343 | 47 | 2 | 0 | 123 | 13 | 76 | 115 | 64 |
| Binary | 11011110 | 11100011 | 100111 | 10 | 0 | 1010011 | 1011 | 111110 | 1001101 | 110100 |
Color Harmonies of #DEE327
Complementary color
Monochromatic Colors of #DEE327
Black with #DEE327
Text Example
Text Example
White with #DEE327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE327; }
p { color: rgb(222,227,39); }
H1.HeaderClassName
{
color: #DEE327;
}
.AnyTagClassName
{
color: #DEE327;
}
</style>
background-color css
<style>
a { background-color: #DEE327; }
a { background-color: rgb(222,227,39); }
div.DivClassName
{
background-color: #DEE327;
}
.BgClassName
{
background-color: #DEE327;
}
</style>
border-color css
<style>
span { border-color: #DEE327; }
span { border-color: rgb(222,227,39); }
td.TdClassName
{
border-color: #DEE327;
}
.TagClassName
{
border-color: #DEE327;
}
</style>