Shades of Pear #DDEC21
Tints of Pear #DDEC21
RGB
CMYK
RGB Variations
Color information
#DDEC21 (or 0xDDEC21) is known color: Pear. HEX triplet: DD, EC and 21. RGB value is (221,236,33). Sum of RGB (Red+Green+Blue) = 221+236+33=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 33 (13.28% from 255 or 6.73% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC21 is #2213DE. Grayscale: #D1D1D1. Windows color (decimal): -2233311 or 2223325. OLE color: 2223325.
HSL color Cylindrical-coordinate representation of color #DDEC21: hue angle of 64.43º 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 #DDEC21 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 33 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.07 |
| HSL | 64.43º | 0.84% | 0.53% | - |
| HSV(B) | 64.43º | 0.86% | 0.93% | - |
| XYZ | 60.09 | 75.47 | 12.84 | - |
| YUV | 208.37 | 29.03 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 33 | 0.06 | 0 | 0.86 | 0.07 | 64.43 | 0.84 | 0.53 |
| Hex | DD | EC | 21 | 6 | 0 | 56 | 7 | 40 | 54 | 35 |
| Octal | 335 | 354 | 41 | 6 | 0 | 126 | 7 | 100 | 124 | 65 |
| Binary | 11011101 | 11101100 | 100001 | 110 | 0 | 1010110 | 111 | 1000000 | 1010100 | 110101 |
Color Harmonies of #DDEC21
Complementary color
Monochromatic Colors of #DDEC21
Black with #DDEC21
Text Example
Text Example
White with #DDEC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC21; }
p { color: rgb(221,236,33); }
H1.HeaderClassName
{
color: #DDEC21;
}
.AnyTagClassName
{
color: #DDEC21;
}
</style>
background-color css
<style>
a { background-color: #DDEC21; }
a { background-color: rgb(221,236,33); }
div.DivClassName
{
background-color: #DDEC21;
}
.BgClassName
{
background-color: #DDEC21;
}
</style>
border-color css
<style>
span { border-color: #DDEC21; }
span { border-color: rgb(221,236,33); }
td.TdClassName
{
border-color: #DDEC21;
}
.TagClassName
{
border-color: #DDEC21;
}
</style>