Shades of Pear #DDE116
Tints of Pear #DDE116
RGB
CMYK
RGB Variations
Color information
#DDE116 (or 0xDDE116) is known color: Pear. HEX triplet: DD, E1 and 16. RGB value is (221,225,22). Sum of RGB (Red+Green+Blue) = 221+225+22=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 22 (8.98% from 255 or 4.70% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE116 is #221EE9. Grayscale: #C9C9C9. Windows color (decimal): -2236138 or 1499613. OLE color: 1499613.
HSL color Cylindrical-coordinate representation of color #DDE116: hue angle of 61.18º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDE116 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 22 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.12 |
| HSL | 61.18º | 0.82% | 0.48% | - |
| HSV(B) | 61.18º | 0.9% | 0.88% | - |
| XYZ | 56.89 | 69.28 | 11.13 | - |
| YUV | 200.66 | 27.17 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 22 | 0.02 | 0 | 0.90 | 0.12 | 61.18 | 0.82 | 0.48 |
| Hex | DD | E1 | 16 | 2 | 0 | 5A | C | 3D | 52 | 30 |
| Octal | 335 | 341 | 26 | 2 | 0 | 132 | 14 | 75 | 122 | 60 |
| Binary | 11011101 | 11100001 | 10110 | 10 | 0 | 1011010 | 1100 | 111101 | 1010010 | 110000 |
Color Harmonies of #DDE116
Complementary color
Monochromatic Colors of #DDE116
Black with #DDE116
Text Example
Text Example
White with #DDE116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE116; }
p { color: rgb(221,225,22); }
H1.HeaderClassName
{
color: #DDE116;
}
.AnyTagClassName
{
color: #DDE116;
}
</style>
background-color css
<style>
a { background-color: #DDE116; }
a { background-color: rgb(221,225,22); }
div.DivClassName
{
background-color: #DDE116;
}
.BgClassName
{
background-color: #DDE116;
}
</style>
border-color css
<style>
span { border-color: #DDE116; }
span { border-color: rgb(221,225,22); }
td.TdClassName
{
border-color: #DDE116;
}
.TagClassName
{
border-color: #DDE116;
}
</style>