Shades of Pear #DDE016
Tints of Pear #DDE016
RGB
CMYK
RGB Variations
Color information
#DDE016 (or 0xDDE016) is known color: Pear. HEX triplet: DD, E0 and 16. RGB value is (221,224,22). Sum of RGB (Red+Green+Blue) = 221+224+22=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 22 (8.98% from 255 or 4.71% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE016 is #221FE9. Grayscale: #C8C8C8. Windows color (decimal): -2236394 or 1499357. OLE color: 1499357.
HSL color Cylindrical-coordinate representation of color #DDE016: hue angle of 60.89º 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 #DDE016 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 22 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.12 |
| HSL | 60.89º | 0.82% | 0.48% | - |
| HSV(B) | 60.89º | 0.9% | 0.88% | - |
| XYZ | 56.62 | 68.74 | 11.04 | - |
| YUV | 200.08 | 27.51 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 22 | 0.01 | 0 | 0.90 | 0.12 | 60.89 | 0.82 | 0.48 |
| Hex | DD | E0 | 16 | 1 | 0 | 5A | C | 3D | 52 | 30 |
| Octal | 335 | 340 | 26 | 1 | 0 | 132 | 14 | 75 | 122 | 60 |
| Binary | 11011101 | 11100000 | 10110 | 1 | 0 | 1011010 | 1100 | 111101 | 1010010 | 110000 |
Color Harmonies of #DDE016
Complementary color
Monochromatic Colors of #DDE016
Black with #DDE016
Text Example
Text Example
White with #DDE016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE016; }
p { color: rgb(221,224,22); }
H1.HeaderClassName
{
color: #DDE016;
}
.AnyTagClassName
{
color: #DDE016;
}
</style>
background-color css
<style>
a { background-color: #DDE016; }
a { background-color: rgb(221,224,22); }
div.DivClassName
{
background-color: #DDE016;
}
.BgClassName
{
background-color: #DDE016;
}
</style>
border-color css
<style>
span { border-color: #DDE016; }
span { border-color: rgb(221,224,22); }
td.TdClassName
{
border-color: #DDE016;
}
.TagClassName
{
border-color: #DDE016;
}
</style>