Shades of Pear #D2DD21
Tints of Pear #D2DD21
RGB
CMYK
RGB Variations
Color information
#D2DD21 (or 0xD2DD21) is known color: Pear. HEX triplet: D2, DD and 21. RGB value is (210,221,33). Sum of RGB (Red+Green+Blue) = 210+221+33=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DD21 is #2D22DE. Grayscale: #C5C5C5. Windows color (decimal): -2958047 or 2219474. OLE color: 2219474.
HSL color Cylindrical-coordinate representation of color #D2DD21: hue angle of 63.51º degrees, saturation: 0.74, 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 #D2DD21 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 33 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.13 |
| HSL | 63.51º | 0.74% | 0.5% | - |
| HSV(B) | 63.51º | 0.85% | 0.87% | - |
| XYZ | 52.71 | 65.52 | 11.31 | - |
| YUV | 196.28 | 35.86 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 33 | 0.05 | 0 | 0.85 | 0.13 | 63.51 | 0.74 | 0.5 |
| Hex | D2 | DD | 21 | 5 | 0 | 55 | D | 40 | 4A | 32 |
| Octal | 322 | 335 | 41 | 5 | 0 | 125 | 15 | 100 | 112 | 62 |
| Binary | 11010010 | 11011101 | 100001 | 101 | 0 | 1010101 | 1101 | 1000000 | 1001010 | 110010 |
Color Harmonies of #D2DD21
Complementary color
Monochromatic Colors of #D2DD21
Black with #D2DD21
Text Example
Text Example
White with #D2DD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DD21; }
p { color: rgb(210,221,33); }
H1.HeaderClassName
{
color: #D2DD21;
}
.AnyTagClassName
{
color: #D2DD21;
}
</style>
background-color css
<style>
a { background-color: #D2DD21; }
a { background-color: rgb(210,221,33); }
div.DivClassName
{
background-color: #D2DD21;
}
.BgClassName
{
background-color: #D2DD21;
}
</style>
border-color css
<style>
span { border-color: #D2DD21; }
span { border-color: rgb(210,221,33); }
td.TdClassName
{
border-color: #D2DD21;
}
.TagClassName
{
border-color: #D2DD21;
}
</style>