Shades of Pear #D1DD22
Tints of Pear #D1DD22
RGB
CMYK
RGB Variations
Color information
#D1DD22 (or 0xD1DD22) is known color: Pear. HEX triplet: D1, DD and 22. RGB value is (209,221,34). Sum of RGB (Red+Green+Blue) = 209+221+34=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DD22 is #2E22DD. Grayscale: #C4C4C4. Windows color (decimal): -3023582 or 2285009. OLE color: 2285009.
HSL color Cylindrical-coordinate representation of color #D1DD22: hue angle of 63.85º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1DD22 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 34 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.13 |
| HSL | 63.85º | 0.73% | 0.5% | - |
| HSV(B) | 63.85º | 0.85% | 0.87% | - |
| XYZ | 52.44 | 65.38 | 11.37 | - |
| YUV | 196.09 | 36.52 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 34 | 0.05 | 0 | 0.85 | 0.13 | 63.85 | 0.73 | 0.5 |
| Hex | D1 | DD | 22 | 5 | 0 | 55 | D | 40 | 49 | 32 |
| Octal | 321 | 335 | 42 | 5 | 0 | 125 | 15 | 100 | 111 | 62 |
| Binary | 11010001 | 11011101 | 100010 | 101 | 0 | 1010101 | 1101 | 1000000 | 1001001 | 110010 |
Color Harmonies of #D1DD22
Complementary color
Monochromatic Colors of #D1DD22
Black with #D1DD22
Text Example
Text Example
White with #D1DD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DD22; }
p { color: rgb(209,221,34); }
H1.HeaderClassName
{
color: #D1DD22;
}
.AnyTagClassName
{
color: #D1DD22;
}
</style>
background-color css
<style>
a { background-color: #D1DD22; }
a { background-color: rgb(209,221,34); }
div.DivClassName
{
background-color: #D1DD22;
}
.BgClassName
{
background-color: #D1DD22;
}
</style>
border-color css
<style>
span { border-color: #D1DD22; }
span { border-color: rgb(209,221,34); }
td.TdClassName
{
border-color: #D1DD22;
}
.TagClassName
{
border-color: #D1DD22;
}
</style>