Shades of Pear #DDE42B
Tints of Pear #DDE42B
RGB
CMYK
RGB Variations
Color information
#DDE42B (or 0xDDE42B) is known color: Pear. HEX triplet: DD, E4 and 2B. RGB value is (221,228,43). Sum of RGB (Red+Green+Blue) = 221+228+43=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 43 (17.19% from 255 or 8.74% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE42B is #221BD4. Grayscale: #CDCDCD. Windows color (decimal): -2235349 or 2876637. OLE color: 2876637.
HSL color Cylindrical-coordinate representation of color #DDE42B: hue angle of 62.27º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDE42B is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 43 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.11 |
| HSL | 62.27º | 0.77% | 0.53% | - |
| HSV(B) | 62.27º | 0.81% | 0.89% | - |
| XYZ | 58 | 71.03 | 12.94 | - |
| YUV | 204.82 | 36.68 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 43 | 0.03 | 0 | 0.81 | 0.11 | 62.27 | 0.77 | 0.53 |
| Hex | DD | E4 | 2B | 3 | 0 | 51 | B | 3E | 4D | 35 |
| Octal | 335 | 344 | 53 | 3 | 0 | 121 | 13 | 76 | 115 | 65 |
| Binary | 11011101 | 11100100 | 101011 | 11 | 0 | 1010001 | 1011 | 111110 | 1001101 | 110101 |
Color Harmonies of #DDE42B
Complementary color
Monochromatic Colors of #DDE42B
Black with #DDE42B
Text Example
Text Example
White with #DDE42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE42B; }
p { color: rgb(221,228,43); }
H1.HeaderClassName
{
color: #DDE42B;
}
.AnyTagClassName
{
color: #DDE42B;
}
</style>
background-color css
<style>
a { background-color: #DDE42B; }
a { background-color: rgb(221,228,43); }
div.DivClassName
{
background-color: #DDE42B;
}
.BgClassName
{
background-color: #DDE42B;
}
</style>
border-color css
<style>
span { border-color: #DDE42B; }
span { border-color: rgb(221,228,43); }
td.TdClassName
{
border-color: #DDE42B;
}
.TagClassName
{
border-color: #DDE42B;
}
</style>