Shades of Pear #DDE415
Tints of Pear #DDE415
RGB
CMYK
RGB Variations
Color information
#DDE415 (or 0xDDE415) is known color: Pear. HEX triplet: DD, E4 and 15. RGB value is (221,228,21). Sum of RGB (Red+Green+Blue) = 221+228+21=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 228 (89.45% from 255 or 48.51% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE415 is #221BEA. Grayscale: #CBCBCB. Windows color (decimal): -2235371 or 1434845. OLE color: 1434845.
HSL color Cylindrical-coordinate representation of color #DDE415: hue angle of 62.03º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDE415 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 21 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.11 |
| HSL | 62.03º | 0.83% | 0.49% | - |
| HSV(B) | 62.03º | 0.91% | 0.89% | - |
| XYZ | 57.7 | 70.91 | 11.36 | - |
| YUV | 202.31 | 25.68 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 21 | 0.03 | 0 | 0.91 | 0.11 | 62.03 | 0.83 | 0.49 |
| Hex | DD | E4 | 15 | 3 | 0 | 5B | B | 3E | 53 | 31 |
| Octal | 335 | 344 | 25 | 3 | 0 | 133 | 13 | 76 | 123 | 61 |
| Binary | 11011101 | 11100100 | 10101 | 11 | 0 | 1011011 | 1011 | 111110 | 1010011 | 110001 |
Color Harmonies of #DDE415
Complementary color
Monochromatic Colors of #DDE415
Black with #DDE415
Text Example
Text Example
White with #DDE415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE415; }
p { color: rgb(221,228,21); }
H1.HeaderClassName
{
color: #DDE415;
}
.AnyTagClassName
{
color: #DDE415;
}
</style>
background-color css
<style>
a { background-color: #DDE415; }
a { background-color: rgb(221,228,21); }
div.DivClassName
{
background-color: #DDE415;
}
.BgClassName
{
background-color: #DDE415;
}
</style>
border-color css
<style>
span { border-color: #DDE415; }
span { border-color: rgb(221,228,21); }
td.TdClassName
{
border-color: #DDE415;
}
.TagClassName
{
border-color: #DDE415;
}
</style>