Shades of Pear #DDEC28
Tints of Pear #DDEC28
RGB
CMYK
RGB Variations
Color information
#DDEC28 (or 0xDDEC28) is known color: Pear. HEX triplet: DD, EC and 28. RGB value is (221,236,40). Sum of RGB (Red+Green+Blue) = 221+236+40=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 40 (16.02% from 255 or 8.05% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC28 is #2213D7. Grayscale: #D1D1D1. Windows color (decimal): -2233304 or 2682077. OLE color: 2682077.
HSL color Cylindrical-coordinate representation of color #DDEC28: hue angle of 64.59º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDEC28 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 40 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.07 |
| HSL | 64.59º | 0.84% | 0.54% | - |
| HSV(B) | 64.59º | 0.83% | 0.93% | - |
| XYZ | 60.2 | 75.52 | 13.41 | - |
| YUV | 209.17 | 32.53 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 40 | 0.06 | 0 | 0.83 | 0.07 | 64.59 | 0.84 | 0.54 |
| Hex | DD | EC | 28 | 6 | 0 | 53 | 7 | 41 | 54 | 36 |
| Octal | 335 | 354 | 50 | 6 | 0 | 123 | 7 | 101 | 124 | 66 |
| Binary | 11011101 | 11101100 | 101000 | 110 | 0 | 1010011 | 111 | 1000001 | 1010100 | 110110 |
Color Harmonies of #DDEC28
Complementary color
Monochromatic Colors of #DDEC28
Black with #DDEC28
Text Example
Text Example
White with #DDEC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC28; }
p { color: rgb(221,236,40); }
H1.HeaderClassName
{
color: #DDEC28;
}
.AnyTagClassName
{
color: #DDEC28;
}
</style>
background-color css
<style>
a { background-color: #DDEC28; }
a { background-color: rgb(221,236,40); }
div.DivClassName
{
background-color: #DDEC28;
}
.BgClassName
{
background-color: #DDEC28;
}
</style>
border-color css
<style>
span { border-color: #DDEC28; }
span { border-color: rgb(221,236,40); }
td.TdClassName
{
border-color: #DDEC28;
}
.TagClassName
{
border-color: #DDEC28;
}
</style>