Shades of Pear #DDE424
Tints of Pear #DDE424
RGB
CMYK
RGB Variations
Color information
#DDE424 (or 0xDDE424) is known color: Pear. HEX triplet: DD, E4 and 24. RGB value is (221,228,36). Sum of RGB (Red+Green+Blue) = 221+228+36=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 36 (14.45% from 255 or 7.42% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE424 is #221BDB. Grayscale: #CCCCCC. Windows color (decimal): -2235356 or 2417885. OLE color: 2417885.
HSL color Cylindrical-coordinate representation of color #DDE424: hue angle of 62.19º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDE424 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 36 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.11 |
| HSL | 62.19º | 0.78% | 0.52% | - |
| HSV(B) | 62.19º | 0.84% | 0.89% | - |
| XYZ | 57.88 | 70.99 | 12.32 | - |
| YUV | 204.02 | 33.18 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 36 | 0.03 | 0 | 0.84 | 0.11 | 62.19 | 0.78 | 0.52 |
| Hex | DD | E4 | 24 | 3 | 0 | 54 | B | 3E | 4E | 34 |
| Octal | 335 | 344 | 44 | 3 | 0 | 124 | 13 | 76 | 116 | 64 |
| Binary | 11011101 | 11100100 | 100100 | 11 | 0 | 1010100 | 1011 | 111110 | 1001110 | 110100 |
Color Harmonies of #DDE424
Complementary color
Monochromatic Colors of #DDE424
Black with #DDE424
Text Example
Text Example
White with #DDE424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE424; }
p { color: rgb(221,228,36); }
H1.HeaderClassName
{
color: #DDE424;
}
.AnyTagClassName
{
color: #DDE424;
}
</style>
background-color css
<style>
a { background-color: #DDE424; }
a { background-color: rgb(221,228,36); }
div.DivClassName
{
background-color: #DDE424;
}
.BgClassName
{
background-color: #DDE424;
}
</style>
border-color css
<style>
span { border-color: #DDE424; }
span { border-color: rgb(221,228,36); }
td.TdClassName
{
border-color: #DDE424;
}
.TagClassName
{
border-color: #DDE424;
}
</style>