Shades of Pear #DDEC1E
Tints of Pear #DDEC1E
RGB
CMYK
RGB Variations
Color information
#DDEC1E (or 0xDDEC1E) is known color: Pear. HEX triplet: DD, EC and 1E. RGB value is (221,236,30). Sum of RGB (Red+Green+Blue) = 221+236+30=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 30 (12.11% from 255 or 6.16% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC1E is #2213E1. Grayscale: #D0D0D0. Windows color (decimal): -2233314 or 2026717. OLE color: 2026717.
HSL color Cylindrical-coordinate representation of color #DDEC1E: hue angle of 64.37º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDEC1E is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 30 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.07 |
| HSL | 64.37º | 0.84% | 0.52% | - |
| HSV(B) | 64.37º | 0.87% | 0.93% | - |
| XYZ | 60.05 | 75.46 | 12.63 | - |
| YUV | 208.03 | 27.53 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 30 | 0.06 | 0 | 0.87 | 0.07 | 64.37 | 0.84 | 0.52 |
| Hex | DD | EC | 1E | 6 | 0 | 57 | 7 | 40 | 54 | 34 |
| Octal | 335 | 354 | 36 | 6 | 0 | 127 | 7 | 100 | 124 | 64 |
| Binary | 11011101 | 11101100 | 11110 | 110 | 0 | 1010111 | 111 | 1000000 | 1010100 | 110100 |
Color Harmonies of #DDEC1E
Complementary color
Monochromatic Colors of #DDEC1E
Black with #DDEC1E
Text Example
Text Example
White with #DDEC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC1E; }
p { color: rgb(221,236,30); }
H1.HeaderClassName
{
color: #DDEC1E;
}
.AnyTagClassName
{
color: #DDEC1E;
}
</style>
background-color css
<style>
a { background-color: #DDEC1E; }
a { background-color: rgb(221,236,30); }
div.DivClassName
{
background-color: #DDEC1E;
}
.BgClassName
{
background-color: #DDEC1E;
}
</style>
border-color css
<style>
span { border-color: #DDEC1E; }
span { border-color: rgb(221,236,30); }
td.TdClassName
{
border-color: #DDEC1E;
}
.TagClassName
{
border-color: #DDEC1E;
}
</style>