Shades of Pear #D1DF20
Tints of Pear #D1DF20
RGB
CMYK
RGB Variations
Color information
#D1DF20 (or 0xD1DF20) is known color: Pear. HEX triplet: D1, DF and 20. RGB value is (209,223,32). Sum of RGB (Red+Green+Blue) = 209+223+32=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 32 (12.89% from 255 or 6.90% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DF20 is #2E20DF. Grayscale: #C5C5C5. Windows color (decimal): -3023072 or 2154449. OLE color: 2154449.
HSL color Cylindrical-coordinate representation of color #D1DF20: hue angle of 64.4º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1DF20 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 223 | 32 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.13 |
| HSL | 64.4º | 0.75% | 0.5% | - |
| HSV(B) | 64.4º | 0.86% | 0.87% | - |
| XYZ | 52.94 | 66.43 | 11.4 | - |
| YUV | 197.04 | 34.86 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 223 | 32 | 0.06 | 0 | 0.86 | 0.13 | 64.4 | 0.75 | 0.5 |
| Hex | D1 | DF | 20 | 6 | 0 | 56 | D | 40 | 4B | 32 |
| Octal | 321 | 337 | 40 | 6 | 0 | 126 | 15 | 100 | 113 | 62 |
| Binary | 11010001 | 11011111 | 100000 | 110 | 0 | 1010110 | 1101 | 1000000 | 1001011 | 110010 |
Color Harmonies of #D1DF20
Complementary color
Monochromatic Colors of #D1DF20
Black with #D1DF20
Text Example
Text Example
White with #D1DF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DF20; }
p { color: rgb(209,223,32); }
H1.HeaderClassName
{
color: #D1DF20;
}
.AnyTagClassName
{
color: #D1DF20;
}
</style>
background-color css
<style>
a { background-color: #D1DF20; }
a { background-color: rgb(209,223,32); }
div.DivClassName
{
background-color: #D1DF20;
}
.BgClassName
{
background-color: #D1DF20;
}
</style>
border-color css
<style>
span { border-color: #D1DF20; }
span { border-color: rgb(209,223,32); }
td.TdClassName
{
border-color: #D1DF20;
}
.TagClassName
{
border-color: #D1DF20;
}
</style>