Shades of Pear #DDEC2D
Tints of Pear #DDEC2D
RGB
CMYK
RGB Variations
Color information
#DDEC2D (or 0xDDEC2D) is known color: Pear. HEX triplet: DD, EC and 2D. RGB value is (221,236,45). Sum of RGB (Red+Green+Blue) = 221+236+45=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 45 (17.97% from 255 or 8.96% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC2D is #2213D2. Grayscale: #D2D2D2. Windows color (decimal): -2233299 or 3009757. OLE color: 3009757.
HSL color Cylindrical-coordinate representation of color #DDEC2D: hue angle of 64.71º 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 #DDEC2D is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 45 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.07 |
| HSL | 64.71º | 0.83% | 0.55% | - |
| HSV(B) | 64.71º | 0.81% | 0.93% | - |
| XYZ | 60.29 | 75.55 | 13.89 | - |
| YUV | 209.74 | 35.03 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 45 | 0.06 | 0 | 0.81 | 0.07 | 64.71 | 0.83 | 0.55 |
| Hex | DD | EC | 2D | 6 | 0 | 51 | 7 | 41 | 53 | 37 |
| Octal | 335 | 354 | 55 | 6 | 0 | 121 | 7 | 101 | 123 | 67 |
| Binary | 11011101 | 11101100 | 101101 | 110 | 0 | 1010001 | 111 | 1000001 | 1010011 | 110111 |
Color Harmonies of #DDEC2D
Complementary color
Monochromatic Colors of #DDEC2D
Black with #DDEC2D
Text Example
Text Example
White with #DDEC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC2D; }
p { color: rgb(221,236,45); }
H1.HeaderClassName
{
color: #DDEC2D;
}
.AnyTagClassName
{
color: #DDEC2D;
}
</style>
background-color css
<style>
a { background-color: #DDEC2D; }
a { background-color: rgb(221,236,45); }
div.DivClassName
{
background-color: #DDEC2D;
}
.BgClassName
{
background-color: #DDEC2D;
}
</style>
border-color css
<style>
span { border-color: #DDEC2D; }
span { border-color: rgb(221,236,45); }
td.TdClassName
{
border-color: #DDEC2D;
}
.TagClassName
{
border-color: #DDEC2D;
}
</style>