Shades of Pear #DDEC2C
Tints of Pear #DDEC2C
RGB
CMYK
RGB Variations
Color information
#DDEC2C (or 0xDDEC2C) is known color: Pear. HEX triplet: DD, EC and 2C. RGB value is (221,236,44). Sum of RGB (Red+Green+Blue) = 221+236+44=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 44 (17.58% from 255 or 8.78% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC2C is #2213D3. Grayscale: #D2D2D2. Windows color (decimal): -2233300 or 2944221. OLE color: 2944221.
HSL color Cylindrical-coordinate representation of color #DDEC2C: hue angle of 64.69º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDEC2C is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 44 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.07 |
| HSL | 64.69º | 0.83% | 0.55% | - |
| HSV(B) | 64.69º | 0.81% | 0.93% | - |
| XYZ | 60.27 | 75.54 | 13.79 | - |
| YUV | 209.63 | 34.53 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 44 | 0.06 | 0 | 0.81 | 0.07 | 64.69 | 0.83 | 0.55 |
| Hex | DD | EC | 2C | 6 | 0 | 51 | 7 | 41 | 53 | 37 |
| Octal | 335 | 354 | 54 | 6 | 0 | 121 | 7 | 101 | 123 | 67 |
| Binary | 11011101 | 11101100 | 101100 | 110 | 0 | 1010001 | 111 | 1000001 | 1010011 | 110111 |
Color Harmonies of #DDEC2C
Complementary color
Monochromatic Colors of #DDEC2C
Black with #DDEC2C
Text Example
Text Example
White with #DDEC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC2C; }
p { color: rgb(221,236,44); }
H1.HeaderClassName
{
color: #DDEC2C;
}
.AnyTagClassName
{
color: #DDEC2C;
}
</style>
background-color css
<style>
a { background-color: #DDEC2C; }
a { background-color: rgb(221,236,44); }
div.DivClassName
{
background-color: #DDEC2C;
}
.BgClassName
{
background-color: #DDEC2C;
}
</style>
border-color css
<style>
span { border-color: #DDEC2C; }
span { border-color: rgb(221,236,44); }
td.TdClassName
{
border-color: #DDEC2C;
}
.TagClassName
{
border-color: #DDEC2C;
}
</style>