Shades of Pear #DDE52B
Tints of Pear #DDE52B
RGB
CMYK
RGB Variations
Color information
#DDE52B (or 0xDDE52B) is known color: Pear. HEX triplet: DD, E5 and 2B. RGB value is (221,229,43). Sum of RGB (Red+Green+Blue) = 221+229+43=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 43 (17.19% from 255 or 8.72% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE52B is #221AD4. Grayscale: #CECECE. Windows color (decimal): -2235093 or 2876893. OLE color: 2876893.
HSL color Cylindrical-coordinate representation of color #DDE52B: hue angle of 62.58º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDE52B is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 43 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.10 |
| HSL | 62.58º | 0.78% | 0.53% | - |
| HSV(B) | 62.58º | 0.81% | 0.9% | - |
| XYZ | 58.27 | 71.59 | 13.03 | - |
| YUV | 205.4 | 36.35 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 43 | 0.03 | 0 | 0.81 | 0.10 | 62.58 | 0.78 | 0.53 |
| Hex | DD | E5 | 2B | 3 | 0 | 51 | A | 3F | 4E | 35 |
| Octal | 335 | 345 | 53 | 3 | 0 | 121 | 12 | 77 | 116 | 65 |
| Binary | 11011101 | 11100101 | 101011 | 11 | 0 | 1010001 | 1010 | 111111 | 1001110 | 110101 |
Color Harmonies of #DDE52B
Complementary color
Monochromatic Colors of #DDE52B
Black with #DDE52B
Text Example
Text Example
White with #DDE52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE52B; }
p { color: rgb(221,229,43); }
H1.HeaderClassName
{
color: #DDE52B;
}
.AnyTagClassName
{
color: #DDE52B;
}
</style>
background-color css
<style>
a { background-color: #DDE52B; }
a { background-color: rgb(221,229,43); }
div.DivClassName
{
background-color: #DDE52B;
}
.BgClassName
{
background-color: #DDE52B;
}
</style>
border-color css
<style>
span { border-color: #DDE52B; }
span { border-color: rgb(221,229,43); }
td.TdClassName
{
border-color: #DDE52B;
}
.TagClassName
{
border-color: #DDE52B;
}
</style>