Shades of Pear #DEE31D
Tints of Pear #DEE31D
RGB
CMYK
RGB Variations
Color information
#DEE31D (or 0xDEE31D) is known color: Pear. HEX triplet: DE, E3 and 1D. RGB value is (222,227,29). Sum of RGB (Red+Green+Blue) = 222+227+29=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 29 (11.72% from 255 or 6.07% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE31D is #211CE2. Grayscale: #CBCBCB. Windows color (decimal): -2170083 or 1958878. OLE color: 1958878.
HSL color Cylindrical-coordinate representation of color #DEE31D: hue angle of 61.52º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEE31D is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 29 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.11 |
| HSL | 61.52º | 0.78% | 0.5% | - |
| HSV(B) | 61.52º | 0.87% | 0.89% | - |
| XYZ | 57.82 | 70.56 | 11.73 | - |
| YUV | 202.93 | 29.84 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 29 | 0.02 | 0 | 0.87 | 0.11 | 61.52 | 0.78 | 0.5 |
| Hex | DE | E3 | 1D | 2 | 0 | 57 | B | 3E | 4E | 32 |
| Octal | 336 | 343 | 35 | 2 | 0 | 127 | 13 | 76 | 116 | 62 |
| Binary | 11011110 | 11100011 | 11101 | 10 | 0 | 1010111 | 1011 | 111110 | 1001110 | 110010 |
Color Harmonies of #DEE31D
Complementary color
Monochromatic Colors of #DEE31D
Black with #DEE31D
Text Example
Text Example
White with #DEE31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE31D; }
p { color: rgb(222,227,29); }
H1.HeaderClassName
{
color: #DEE31D;
}
.AnyTagClassName
{
color: #DEE31D;
}
</style>
background-color css
<style>
a { background-color: #DEE31D; }
a { background-color: rgb(222,227,29); }
div.DivClassName
{
background-color: #DEE31D;
}
.BgClassName
{
background-color: #DEE31D;
}
</style>
border-color css
<style>
span { border-color: #DEE31D; }
span { border-color: rgb(222,227,29); }
td.TdClassName
{
border-color: #DEE31D;
}
.TagClassName
{
border-color: #DEE31D;
}
</style>