Shades of Pear #DEE21D
Tints of Pear #DEE21D
RGB
CMYK
RGB Variations
Color information
#DEE21D (or 0xDEE21D) is known color: Pear. HEX triplet: DE, E2 and 1D. RGB value is (222,226,29). Sum of RGB (Red+Green+Blue) = 222+226+29=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 226 (88.67% from 255 or 47.38% from 477); Blue value is 29 (11.72% from 255 or 6.08% from 477); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE21D is #211DE2. Grayscale: #CBCBCB. Windows color (decimal): -2170339 or 1958622. OLE color: 1958622.
HSL color Cylindrical-coordinate representation of color #DEE21D: hue angle of 61.22º degrees, saturation: 0.77, 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 #DEE21D is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 29 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.11 |
| HSL | 61.22º | 0.77% | 0.5% | - |
| HSV(B) | 61.22º | 0.87% | 0.89% | - |
| XYZ | 57.54 | 70.01 | 11.64 | - |
| YUV | 202.35 | 30.17 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 29 | 0.02 | 0 | 0.87 | 0.11 | 61.22 | 0.77 | 0.5 |
| Hex | DE | E2 | 1D | 2 | 0 | 57 | B | 3D | 4D | 32 |
| Octal | 336 | 342 | 35 | 2 | 0 | 127 | 13 | 75 | 115 | 62 |
| Binary | 11011110 | 11100010 | 11101 | 10 | 0 | 1010111 | 1011 | 111101 | 1001101 | 110010 |
Color Harmonies of #DEE21D
Complementary color
Monochromatic Colors of #DEE21D
Black with #DEE21D
Text Example
Text Example
White with #DEE21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE21D; }
p { color: rgb(222,226,29); }
H1.HeaderClassName
{
color: #DEE21D;
}
.AnyTagClassName
{
color: #DEE21D;
}
</style>
background-color css
<style>
a { background-color: #DEE21D; }
a { background-color: rgb(222,226,29); }
div.DivClassName
{
background-color: #DEE21D;
}
.BgClassName
{
background-color: #DEE21D;
}
</style>
border-color css
<style>
span { border-color: #DEE21D; }
span { border-color: rgb(222,226,29); }
td.TdClassName
{
border-color: #DEE21D;
}
.TagClassName
{
border-color: #DEE21D;
}
</style>