Shades of Pear #DDE615
Tints of Pear #DDE615
RGB
CMYK
RGB Variations
Color information
#DDE615 (or 0xDDE615) is known color: Pear. HEX triplet: DD, E6 and 15. RGB value is (221,230,21). Sum of RGB (Red+Green+Blue) = 221+230+21=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 21 (8.59% from 255 or 4.45% from 472); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE615 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDE615 is #2219EA. Grayscale: #CCCCCC. Windows color (decimal): -2234859 or 1435357. OLE color: 1435357.
HSL color Cylindrical-coordinate representation of color #DDE615: hue angle of 62.58º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDE615 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 21 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.10 |
| HSL | 62.58º | 0.83% | 0.49% | - |
| HSV(B) | 62.58º | 0.91% | 0.9% | - |
| XYZ | 58.25 | 72.02 | 11.54 | - |
| YUV | 203.48 | 25.02 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 21 | 0.04 | 0 | 0.91 | 0.10 | 62.58 | 0.83 | 0.49 |
| Hex | DD | E6 | 15 | 4 | 0 | 5B | A | 3F | 53 | 31 |
| Octal | 335 | 346 | 25 | 4 | 0 | 133 | 12 | 77 | 123 | 61 |
| Binary | 11011101 | 11100110 | 10101 | 100 | 0 | 1011011 | 1010 | 111111 | 1010011 | 110001 |
Color Harmonies of #DDE615
Complementary color
Monochromatic Colors of #DDE615
Black with #DDE615
Text Example
Text Example
White with #DDE615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE615; }
p { color: rgb(221,230,21); }
H1.HeaderClassName
{
color: #DDE615;
}
.AnyTagClassName
{
color: #DDE615;
}
</style>
background-color css
<style>
a { background-color: #DDE615; }
a { background-color: rgb(221,230,21); }
div.DivClassName
{
background-color: #DDE615;
}
.BgClassName
{
background-color: #DDE615;
}
</style>
border-color css
<style>
span { border-color: #DDE615; }
span { border-color: rgb(221,230,21); }
td.TdClassName
{
border-color: #DDE615;
}
.TagClassName
{
border-color: #DDE615;
}
</style>