Shades of Pear #DDEC34
Tints of Pear #DDEC34
RGB
CMYK
RGB Variations
Color information
#DDEC34 (or 0xDDEC34) is known color: Pear. HEX triplet: DD, EC and 34. RGB value is (221,236,52). Sum of RGB (Red+Green+Blue) = 221+236+52=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 52 (20.70% from 255 or 10.22% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC34 is #2213CB. Grayscale: #D3D3D3. Windows color (decimal): -2233292 or 3468509. OLE color: 3468509.
HSL color Cylindrical-coordinate representation of color #DDEC34: hue angle of 64.89º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDEC34 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 52 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.07 |
| HSL | 64.89º | 0.83% | 0.56% | - |
| HSV(B) | 64.89º | 0.78% | 0.93% | - |
| XYZ | 60.43 | 75.61 | 14.66 | - |
| YUV | 210.54 | 38.53 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 52 | 0.06 | 0 | 0.78 | 0.07 | 64.89 | 0.83 | 0.56 |
| Hex | DD | EC | 34 | 6 | 0 | 4E | 7 | 41 | 53 | 38 |
| Octal | 335 | 354 | 64 | 6 | 0 | 116 | 7 | 101 | 123 | 70 |
| Binary | 11011101 | 11101100 | 110100 | 110 | 0 | 1001110 | 111 | 1000001 | 1010011 | 111000 |
Color Harmonies of #DDEC34
Complementary color
Monochromatic Colors of #DDEC34
Black with #DDEC34
Text Example
Text Example
White with #DDEC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC34; }
p { color: rgb(221,236,52); }
H1.HeaderClassName
{
color: #DDEC34;
}
.AnyTagClassName
{
color: #DDEC34;
}
</style>
background-color css
<style>
a { background-color: #DDEC34; }
a { background-color: rgb(221,236,52); }
div.DivClassName
{
background-color: #DDEC34;
}
.BgClassName
{
background-color: #DDEC34;
}
</style>
border-color css
<style>
span { border-color: #DDEC34; }
span { border-color: rgb(221,236,52); }
td.TdClassName
{
border-color: #DDEC34;
}
.TagClassName
{
border-color: #DDEC34;
}
</style>