Shades of Pear #DDE115
Tints of Pear #DDE115
RGB
CMYK
RGB Variations
Color information
#DDE115 (or 0xDDE115) is known color: Pear. HEX triplet: DD, E1 and 15. RGB value is (221,225,21). Sum of RGB (Red+Green+Blue) = 221+225+21=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE115 is #221EEA. Grayscale: #C9C9C9. Windows color (decimal): -2236139 or 1434077. OLE color: 1434077.
HSL color Cylindrical-coordinate representation of color #DDE115: hue angle of 61.18º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDE115 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 21 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.12 |
| HSL | 61.18º | 0.83% | 0.48% | - |
| HSV(B) | 61.18º | 0.91% | 0.88% | - |
| XYZ | 56.88 | 69.28 | 11.08 | - |
| YUV | 200.55 | 26.67 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 21 | 0.02 | 0 | 0.91 | 0.12 | 61.18 | 0.83 | 0.48 |
| Hex | DD | E1 | 15 | 2 | 0 | 5B | C | 3D | 53 | 30 |
| Octal | 335 | 341 | 25 | 2 | 0 | 133 | 14 | 75 | 123 | 60 |
| Binary | 11011101 | 11100001 | 10101 | 10 | 0 | 1011011 | 1100 | 111101 | 1010011 | 110000 |
Color Harmonies of #DDE115
Complementary color
Monochromatic Colors of #DDE115
Black with #DDE115
Text Example
Text Example
White with #DDE115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE115; }
p { color: rgb(221,225,21); }
H1.HeaderClassName
{
color: #DDE115;
}
.AnyTagClassName
{
color: #DDE115;
}
</style>
background-color css
<style>
a { background-color: #DDE115; }
a { background-color: rgb(221,225,21); }
div.DivClassName
{
background-color: #DDE115;
}
.BgClassName
{
background-color: #DDE115;
}
</style>
border-color css
<style>
span { border-color: #DDE115; }
span { border-color: rgb(221,225,21); }
td.TdClassName
{
border-color: #DDE115;
}
.TagClassName
{
border-color: #DDE115;
}
</style>