Shades of Pear #DDEC20
Tints of Pear #DDEC20
RGB
CMYK
RGB Variations
Color information
#DDEC20 (or 0xDDEC20) is known color: Pear. HEX triplet: DD, EC and 20. RGB value is (221,236,32). Sum of RGB (Red+Green+Blue) = 221+236+32=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 32 (12.89% from 255 or 6.54% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC20 is #2213DF. Grayscale: #D1D1D1. Windows color (decimal): -2233312 or 2157789. OLE color: 2157789.
HSL color Cylindrical-coordinate representation of color #DDEC20: hue angle of 64.41º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDEC20 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 32 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.07 |
| HSL | 64.41º | 0.84% | 0.53% | - |
| HSV(B) | 64.41º | 0.86% | 0.93% | - |
| XYZ | 60.07 | 75.47 | 12.77 | - |
| YUV | 208.26 | 28.53 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 32 | 0.06 | 0 | 0.86 | 0.07 | 64.41 | 0.84 | 0.53 |
| Hex | DD | EC | 20 | 6 | 0 | 56 | 7 | 40 | 54 | 35 |
| Octal | 335 | 354 | 40 | 6 | 0 | 126 | 7 | 100 | 124 | 65 |
| Binary | 11011101 | 11101100 | 100000 | 110 | 0 | 1010110 | 111 | 1000000 | 1010100 | 110101 |
Color Harmonies of #DDEC20
Complementary color
Monochromatic Colors of #DDEC20
Black with #DDEC20
Text Example
Text Example
White with #DDEC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC20; }
p { color: rgb(221,236,32); }
H1.HeaderClassName
{
color: #DDEC20;
}
.AnyTagClassName
{
color: #DDEC20;
}
</style>
background-color css
<style>
a { background-color: #DDEC20; }
a { background-color: rgb(221,236,32); }
div.DivClassName
{
background-color: #DDEC20;
}
.BgClassName
{
background-color: #DDEC20;
}
</style>
border-color css
<style>
span { border-color: #DDEC20; }
span { border-color: rgb(221,236,32); }
td.TdClassName
{
border-color: #DDEC20;
}
.TagClassName
{
border-color: #DDEC20;
}
</style>