Shades of Pear #D0DD22
Tints of Pear #D0DD22
RGB
CMYK
RGB Variations
Color information
#D0DD22 (or 0xD0DD22) is known color: Pear. HEX triplet: D0, DD and 22. RGB value is (208,221,34). Sum of RGB (Red+Green+Blue) = 208+221+34=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 34 (13.67% from 255 or 7.34% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DD22 is #2F22DD. Grayscale: #C4C4C4. Windows color (decimal): -3089118 or 2285008. OLE color: 2285008.
HSL color Cylindrical-coordinate representation of color #D0DD22: hue angle of 64.17º 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 #D0DD22 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 34 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.13 |
| HSL | 64.17º | 0.73% | 0.5% | - |
| HSV(B) | 64.17º | 0.85% | 0.87% | - |
| XYZ | 52.16 | 65.24 | 11.36 | - |
| YUV | 195.8 | 36.69 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 34 | 0.06 | 0 | 0.85 | 0.13 | 64.17 | 0.73 | 0.5 |
| Hex | D0 | DD | 22 | 6 | 0 | 55 | D | 40 | 49 | 32 |
| Octal | 320 | 335 | 42 | 6 | 0 | 125 | 15 | 100 | 111 | 62 |
| Binary | 11010000 | 11011101 | 100010 | 110 | 0 | 1010101 | 1101 | 1000000 | 1001001 | 110010 |
Color Harmonies of #D0DD22
Complementary color
Monochromatic Colors of #D0DD22
Black with #D0DD22
Text Example
Text Example
White with #D0DD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD22; }
p { color: rgb(208,221,34); }
H1.HeaderClassName
{
color: #D0DD22;
}
.AnyTagClassName
{
color: #D0DD22;
}
</style>
background-color css
<style>
a { background-color: #D0DD22; }
a { background-color: rgb(208,221,34); }
div.DivClassName
{
background-color: #D0DD22;
}
.BgClassName
{
background-color: #D0DD22;
}
</style>
border-color css
<style>
span { border-color: #D0DD22; }
span { border-color: rgb(208,221,34); }
td.TdClassName
{
border-color: #D0DD22;
}
.TagClassName
{
border-color: #D0DD22;
}
</style>