Shades of Pear #DDEC37
Tints of Pear #DDEC37
RGB
CMYK
RGB Variations
Color information
#DDEC37 (or 0xDDEC37) is known color: Pear. HEX triplet: DD, EC and 37. RGB value is (221,236,55). Sum of RGB (Red+Green+Blue) = 221+236+55=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 55 (21.88% from 255 or 10.74% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC37 is #2213C8. Grayscale: #D3D3D3. Windows color (decimal): -2233289 or 3665117. OLE color: 3665117.
HSL color Cylindrical-coordinate representation of color #DDEC37: hue angle of 64.97º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDEC37 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 55 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.07 |
| HSL | 64.97º | 0.83% | 0.57% | - |
| HSV(B) | 64.97º | 0.77% | 0.93% | - |
| XYZ | 60.5 | 75.64 | 15.03 | - |
| YUV | 210.88 | 40.03 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 55 | 0.06 | 0 | 0.77 | 0.07 | 64.97 | 0.83 | 0.57 |
| Hex | DD | EC | 37 | 6 | 0 | 4D | 7 | 41 | 53 | 39 |
| Octal | 335 | 354 | 67 | 6 | 0 | 115 | 7 | 101 | 123 | 71 |
| Binary | 11011101 | 11101100 | 110111 | 110 | 0 | 1001101 | 111 | 1000001 | 1010011 | 111001 |
Color Harmonies of #DDEC37
Complementary color
Monochromatic Colors of #DDEC37
Black with #DDEC37
Text Example
Text Example
White with #DDEC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC37; }
p { color: rgb(221,236,55); }
H1.HeaderClassName
{
color: #DDEC37;
}
.AnyTagClassName
{
color: #DDEC37;
}
</style>
background-color css
<style>
a { background-color: #DDEC37; }
a { background-color: rgb(221,236,55); }
div.DivClassName
{
background-color: #DDEC37;
}
.BgClassName
{
background-color: #DDEC37;
}
</style>
border-color css
<style>
span { border-color: #DDEC37; }
span { border-color: rgb(221,236,55); }
td.TdClassName
{
border-color: #DDEC37;
}
.TagClassName
{
border-color: #DDEC37;
}
</style>