Shades of Pear #D9E120
Tints of Pear #D9E120
RGB
CMYK
RGB Variations
Color information
#D9E120 (or 0xD9E120) is known color: Pear. HEX triplet: D9, E1 and 20. RGB value is (217,225,32). Sum of RGB (Red+Green+Blue) = 217+225+32=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E120 is #261EDF. Grayscale: #C9C9C9. Windows color (decimal): -2498272 or 2154969. OLE color: 2154969.
HSL color Cylindrical-coordinate representation of color #D9E120: hue angle of 62.49º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9E120 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 32 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.12 |
| HSL | 62.49º | 0.76% | 0.5% | - |
| HSV(B) | 62.49º | 0.86% | 0.88% | - |
| XYZ | 55.8 | 68.71 | 11.69 | - |
| YUV | 200.61 | 32.85 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 32 | 0.04 | 0 | 0.86 | 0.12 | 62.49 | 0.76 | 0.5 |
| Hex | D9 | E1 | 20 | 4 | 0 | 56 | C | 3E | 4C | 32 |
| Octal | 331 | 341 | 40 | 4 | 0 | 126 | 14 | 76 | 114 | 62 |
| Binary | 11011001 | 11100001 | 100000 | 100 | 0 | 1010110 | 1100 | 111110 | 1001100 | 110010 |
Color Harmonies of #D9E120
Complementary color
Monochromatic Colors of #D9E120
Black with #D9E120
Text Example
Text Example
White with #D9E120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E120; }
p { color: rgb(217,225,32); }
H1.HeaderClassName
{
color: #D9E120;
}
.AnyTagClassName
{
color: #D9E120;
}
</style>
background-color css
<style>
a { background-color: #D9E120; }
a { background-color: rgb(217,225,32); }
div.DivClassName
{
background-color: #D9E120;
}
.BgClassName
{
background-color: #D9E120;
}
</style>
border-color css
<style>
span { border-color: #D9E120; }
span { border-color: rgb(217,225,32); }
td.TdClassName
{
border-color: #D9E120;
}
.TagClassName
{
border-color: #D9E120;
}
</style>