Shades of Pear #D9E21D
Tints of Pear #D9E21D
RGB
CMYK
RGB Variations
Color information
#D9E21D (or 0xD9E21D) is known color: Pear. HEX triplet: D9, E2 and 1D. RGB value is (217,226,29). Sum of RGB (Red+Green+Blue) = 217+226+29=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 29 (11.72% from 255 or 6.14% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E21D is #261DE2. Grayscale: #C9C9C9. Windows color (decimal): -2498019 or 1958617. OLE color: 1958617.
HSL color Cylindrical-coordinate representation of color #D9E21D: hue angle of 62.74º 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 #D9E21D is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 226 | 29 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.11 |
| HSL | 62.74º | 0.77% | 0.5% | - |
| HSV(B) | 62.74º | 0.87% | 0.89% | - |
| XYZ | 56.03 | 69.23 | 11.57 | - |
| YUV | 200.85 | 31.02 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 226 | 29 | 0.04 | 0 | 0.87 | 0.11 | 62.74 | 0.77 | 0.5 |
| Hex | D9 | E2 | 1D | 4 | 0 | 57 | B | 3F | 4D | 32 |
| Octal | 331 | 342 | 35 | 4 | 0 | 127 | 13 | 77 | 115 | 62 |
| Binary | 11011001 | 11100010 | 11101 | 100 | 0 | 1010111 | 1011 | 111111 | 1001101 | 110010 |
Color Harmonies of #D9E21D
Complementary color
Monochromatic Colors of #D9E21D
Black with #D9E21D
Text Example
Text Example
White with #D9E21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E21D; }
p { color: rgb(217,226,29); }
H1.HeaderClassName
{
color: #D9E21D;
}
.AnyTagClassName
{
color: #D9E21D;
}
</style>
background-color css
<style>
a { background-color: #D9E21D; }
a { background-color: rgb(217,226,29); }
div.DivClassName
{
background-color: #D9E21D;
}
.BgClassName
{
background-color: #D9E21D;
}
</style>
border-color css
<style>
span { border-color: #D9E21D; }
span { border-color: rgb(217,226,29); }
td.TdClassName
{
border-color: #D9E21D;
}
.TagClassName
{
border-color: #D9E21D;
}
</style>