Shades of Pear #DDE428
Tints of Pear #DDE428
RGB
CMYK
RGB Variations
Color information
#DDE428 (or 0xDDE428) is known color: Pear. HEX triplet: DD, E4 and 28. RGB value is (221,228,40). Sum of RGB (Red+Green+Blue) = 221+228+40=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 228 (89.45% from 255 or 46.63% from 489); Blue value is 40 (16.02% from 255 or 8.18% from 489); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE428 is #221BD7. Grayscale: #CDCDCD. Windows color (decimal): -2235352 or 2680029. OLE color: 2680029.
HSL color Cylindrical-coordinate representation of color #DDE428: hue angle of 62.23º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDE428 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 40 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.11 |
| HSL | 62.23º | 0.78% | 0.53% | - |
| HSV(B) | 62.23º | 0.82% | 0.89% | - |
| XYZ | 57.95 | 71.01 | 12.66 | - |
| YUV | 204.48 | 35.18 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 40 | 0.03 | 0 | 0.82 | 0.11 | 62.23 | 0.78 | 0.53 |
| Hex | DD | E4 | 28 | 3 | 0 | 52 | B | 3E | 4E | 35 |
| Octal | 335 | 344 | 50 | 3 | 0 | 122 | 13 | 76 | 116 | 65 |
| Binary | 11011101 | 11100100 | 101000 | 11 | 0 | 1010010 | 1011 | 111110 | 1001110 | 110101 |
Color Harmonies of #DDE428
Complementary color
Monochromatic Colors of #DDE428
Black with #DDE428
Text Example
Text Example
White with #DDE428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE428; }
p { color: rgb(221,228,40); }
H1.HeaderClassName
{
color: #DDE428;
}
.AnyTagClassName
{
color: #DDE428;
}
</style>
background-color css
<style>
a { background-color: #DDE428; }
a { background-color: rgb(221,228,40); }
div.DivClassName
{
background-color: #DDE428;
}
.BgClassName
{
background-color: #DDE428;
}
</style>
border-color css
<style>
span { border-color: #DDE428; }
span { border-color: rgb(221,228,40); }
td.TdClassName
{
border-color: #DDE428;
}
.TagClassName
{
border-color: #DDE428;
}
</style>