Shades of Pear #D8E221
Tints of Pear #D8E221
RGB
CMYK
RGB Variations
Color information
#D8E221 (or 0xD8E221) is known color: Pear. HEX triplet: D8, E2 and 21. RGB value is (216,226,33). Sum of RGB (Red+Green+Blue) = 216+226+33=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 33 (13.28% from 255 or 6.95% from 475); Max value from RGB is 226 - color contains mainly: green. Hex color #D8E221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8E221 is #271DDE. Grayscale: #C9C9C9. Windows color (decimal): -2563551 or 2220760. OLE color: 2220760.
HSL color Cylindrical-coordinate representation of color #D8E221: hue angle of 63.11º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8E221 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 226 | 33 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.11 |
| HSL | 63.11º | 0.77% | 0.51% | - |
| HSV(B) | 63.11º | 0.85% | 0.89% | - |
| XYZ | 55.79 | 69.1 | 11.84 | - |
| YUV | 201.01 | 33.19 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 226 | 33 | 0.04 | 0 | 0.85 | 0.11 | 63.11 | 0.77 | 0.51 |
| Hex | D8 | E2 | 21 | 4 | 0 | 55 | B | 3F | 4D | 33 |
| Octal | 330 | 342 | 41 | 4 | 0 | 125 | 13 | 77 | 115 | 63 |
| Binary | 11011000 | 11100010 | 100001 | 100 | 0 | 1010101 | 1011 | 111111 | 1001101 | 110011 |
Color Harmonies of #D8E221
Complementary color
Monochromatic Colors of #D8E221
Black with #D8E221
Text Example
Text Example
White with #D8E221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E221; }
p { color: rgb(216,226,33); }
H1.HeaderClassName
{
color: #D8E221;
}
.AnyTagClassName
{
color: #D8E221;
}
</style>
background-color css
<style>
a { background-color: #D8E221; }
a { background-color: rgb(216,226,33); }
div.DivClassName
{
background-color: #D8E221;
}
.BgClassName
{
background-color: #D8E221;
}
</style>
border-color css
<style>
span { border-color: #D8E221; }
span { border-color: rgb(216,226,33); }
td.TdClassName
{
border-color: #D8E221;
}
.TagClassName
{
border-color: #D8E221;
}
</style>