Shades of Pear #D9E216
Tints of Pear #D9E216
RGB
CMYK
RGB Variations
Color information
#D9E216 (or 0xD9E216) is known color: Pear. HEX triplet: D9, E2 and 16. RGB value is (217,226,22). Sum of RGB (Red+Green+Blue) = 217+226+22=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 22 (8.98% from 255 or 4.73% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9E216 is #261DE9. Grayscale: #C8C8C8. Windows color (decimal): -2498026 or 1499865. OLE color: 1499865.
HSL color Cylindrical-coordinate representation of color #D9E216: hue angle of 62.65º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9E216 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 226 | 22 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.11 |
| HSL | 62.65º | 0.82% | 0.49% | - |
| HSV(B) | 62.65º | 0.9% | 0.89% | - |
| XYZ | 55.96 | 69.2 | 11.17 | - |
| YUV | 200.05 | 27.52 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 226 | 22 | 0.04 | 0 | 0.90 | 0.11 | 62.65 | 0.82 | 0.49 |
| Hex | D9 | E2 | 16 | 4 | 0 | 5A | B | 3F | 52 | 31 |
| Octal | 331 | 342 | 26 | 4 | 0 | 132 | 13 | 77 | 122 | 61 |
| Binary | 11011001 | 11100010 | 10110 | 100 | 0 | 1011010 | 1011 | 111111 | 1010010 | 110001 |
Color Harmonies of #D9E216
Complementary color
Monochromatic Colors of #D9E216
Black with #D9E216
Text Example
Text Example
White with #D9E216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E216; }
p { color: rgb(217,226,22); }
H1.HeaderClassName
{
color: #D9E216;
}
.AnyTagClassName
{
color: #D9E216;
}
</style>
background-color css
<style>
a { background-color: #D9E216; }
a { background-color: rgb(217,226,22); }
div.DivClassName
{
background-color: #D9E216;
}
.BgClassName
{
background-color: #D9E216;
}
</style>
border-color css
<style>
span { border-color: #D9E216; }
span { border-color: rgb(217,226,22); }
td.TdClassName
{
border-color: #D9E216;
}
.TagClassName
{
border-color: #D9E216;
}
</style>