Shades of Pear #DDE41D
Tints of Pear #DDE41D
RGB
CMYK
RGB Variations
Color information
#DDE41D (or 0xDDE41D) is known color: Pear. HEX triplet: DD, E4 and 1D. RGB value is (221,228,29). Sum of RGB (Red+Green+Blue) = 221+228+29=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 29 (11.72% from 255 or 6.07% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE41D is #221BE2. Grayscale: #CCCCCC. Windows color (decimal): -2235363 or 1959133. OLE color: 1959133.
HSL color Cylindrical-coordinate representation of color #DDE41D: hue angle of 62.11º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDE41D is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 29 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.11 |
| HSL | 62.11º | 0.79% | 0.5% | - |
| HSV(B) | 62.11º | 0.87% | 0.89% | - |
| XYZ | 57.78 | 70.95 | 11.81 | - |
| YUV | 203.22 | 29.68 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 29 | 0.03 | 0 | 0.87 | 0.11 | 62.11 | 0.79 | 0.5 |
| Hex | DD | E4 | 1D | 3 | 0 | 57 | B | 3E | 4F | 32 |
| Octal | 335 | 344 | 35 | 3 | 0 | 127 | 13 | 76 | 117 | 62 |
| Binary | 11011101 | 11100100 | 11101 | 11 | 0 | 1010111 | 1011 | 111110 | 1001111 | 110010 |
Color Harmonies of #DDE41D
Complementary color
Monochromatic Colors of #DDE41D
Black with #DDE41D
Text Example
Text Example
White with #DDE41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE41D; }
p { color: rgb(221,228,29); }
H1.HeaderClassName
{
color: #DDE41D;
}
.AnyTagClassName
{
color: #DDE41D;
}
</style>
background-color css
<style>
a { background-color: #DDE41D; }
a { background-color: rgb(221,228,29); }
div.DivClassName
{
background-color: #DDE41D;
}
.BgClassName
{
background-color: #DDE41D;
}
</style>
border-color css
<style>
span { border-color: #DDE41D; }
span { border-color: rgb(221,228,29); }
td.TdClassName
{
border-color: #DDE41D;
}
.TagClassName
{
border-color: #DDE41D;
}
</style>