Shades of Pear #DDE829
Tints of Pear #DDE829
RGB
CMYK
RGB Variations
Color information
#DDE829 (or 0xDDE829) is known color: Pear. HEX triplet: DD, E8 and 29. RGB value is (221,232,41). Sum of RGB (Red+Green+Blue) = 221+232+41=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 41 (16.41% from 255 or 8.30% from 494); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE829 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE829 is #2217D6. Grayscale: #CFCFCF. Windows color (decimal): -2234327 or 2746589. OLE color: 2746589.
HSL color Cylindrical-coordinate representation of color #DDE829: hue angle of 63.46º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDE829 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 41 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.09 |
| HSL | 63.46º | 0.81% | 0.54% | - |
| HSV(B) | 63.46º | 0.82% | 0.91% | - |
| XYZ | 59.08 | 73.25 | 13.12 | - |
| YUV | 206.94 | 34.36 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 41 | 0.05 | 0 | 0.82 | 0.09 | 63.46 | 0.81 | 0.54 |
| Hex | DD | E8 | 29 | 5 | 0 | 52 | 9 | 3F | 51 | 36 |
| Octal | 335 | 350 | 51 | 5 | 0 | 122 | 11 | 77 | 121 | 66 |
| Binary | 11011101 | 11101000 | 101001 | 101 | 0 | 1010010 | 1001 | 111111 | 1010001 | 110110 |
Color Harmonies of #DDE829
Complementary color
Monochromatic Colors of #DDE829
Black with #DDE829
Text Example
Text Example
White with #DDE829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE829; }
p { color: rgb(221,232,41); }
H1.HeaderClassName
{
color: #DDE829;
}
.AnyTagClassName
{
color: #DDE829;
}
</style>
background-color css
<style>
a { background-color: #DDE829; }
a { background-color: rgb(221,232,41); }
div.DivClassName
{
background-color: #DDE829;
}
.BgClassName
{
background-color: #DDE829;
}
</style>
border-color css
<style>
span { border-color: #DDE829; }
span { border-color: rgb(221,232,41); }
td.TdClassName
{
border-color: #DDE829;
}
.TagClassName
{
border-color: #DDE829;
}
</style>