Shades of Pear #D2DD20
Tints of Pear #D2DD20
RGB
CMYK
RGB Variations
Color information
#D2DD20 (or 0xD2DD20) is known color: Pear. HEX triplet: D2, DD and 20. RGB value is (210,221,32). Sum of RGB (Red+Green+Blue) = 210+221+32=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 32 (12.89% from 255 or 6.91% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DD20 is #2D22DF. Grayscale: #C4C4C4. Windows color (decimal): -2958048 or 2153938. OLE color: 2153938.
HSL color Cylindrical-coordinate representation of color #D2DD20: hue angle of 63.49º 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 #D2DD20 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 32 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.13 |
| HSL | 63.49º | 0.75% | 0.5% | - |
| HSV(B) | 63.49º | 0.86% | 0.87% | - |
| XYZ | 52.7 | 65.52 | 11.24 | - |
| YUV | 196.17 | 35.36 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 32 | 0.05 | 0 | 0.86 | 0.13 | 63.49 | 0.75 | 0.5 |
| Hex | D2 | DD | 20 | 5 | 0 | 56 | D | 3F | 4B | 32 |
| Octal | 322 | 335 | 40 | 5 | 0 | 126 | 15 | 77 | 113 | 62 |
| Binary | 11010010 | 11011101 | 100000 | 101 | 0 | 1010110 | 1101 | 111111 | 1001011 | 110010 |
Color Harmonies of #D2DD20
Complementary color
Monochromatic Colors of #D2DD20
Black with #D2DD20
Text Example
Text Example
White with #D2DD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DD20; }
p { color: rgb(210,221,32); }
H1.HeaderClassName
{
color: #D2DD20;
}
.AnyTagClassName
{
color: #D2DD20;
}
</style>
background-color css
<style>
a { background-color: #D2DD20; }
a { background-color: rgb(210,221,32); }
div.DivClassName
{
background-color: #D2DD20;
}
.BgClassName
{
background-color: #D2DD20;
}
</style>
border-color css
<style>
span { border-color: #D2DD20; }
span { border-color: rgb(210,221,32); }
td.TdClassName
{
border-color: #D2DD20;
}
.TagClassName
{
border-color: #D2DD20;
}
</style>