Shades of Pear #DDE51D
Tints of Pear #DDE51D
RGB
CMYK
RGB Variations
Color information
#DDE51D (or 0xDDE51D) is known color: Pear. HEX triplet: DD, E5 and 1D. RGB value is (221,229,29). Sum of RGB (Red+Green+Blue) = 221+229+29=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 29 (11.72% from 255 or 6.05% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE51D is #221AE2. Grayscale: #CCCCCC. Windows color (decimal): -2235107 or 1959389. OLE color: 1959389.
HSL color Cylindrical-coordinate representation of color #DDE51D: hue angle of 62.4º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDE51D is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 29 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.10 |
| HSL | 62.4º | 0.79% | 0.51% | - |
| HSV(B) | 62.4º | 0.87% | 0.9% | - |
| XYZ | 58.06 | 71.5 | 11.9 | - |
| YUV | 203.81 | 29.35 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 29 | 0.03 | 0 | 0.87 | 0.10 | 62.4 | 0.79 | 0.51 |
| Hex | DD | E5 | 1D | 3 | 0 | 57 | A | 3E | 4F | 33 |
| Octal | 335 | 345 | 35 | 3 | 0 | 127 | 12 | 76 | 117 | 63 |
| Binary | 11011101 | 11100101 | 11101 | 11 | 0 | 1010111 | 1010 | 111110 | 1001111 | 110011 |
Color Harmonies of #DDE51D
Complementary color
Monochromatic Colors of #DDE51D
Black with #DDE51D
Text Example
Text Example
White with #DDE51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE51D; }
p { color: rgb(221,229,29); }
H1.HeaderClassName
{
color: #DDE51D;
}
.AnyTagClassName
{
color: #DDE51D;
}
</style>
background-color css
<style>
a { background-color: #DDE51D; }
a { background-color: rgb(221,229,29); }
div.DivClassName
{
background-color: #DDE51D;
}
.BgClassName
{
background-color: #DDE51D;
}
</style>
border-color css
<style>
span { border-color: #DDE51D; }
span { border-color: rgb(221,229,29); }
td.TdClassName
{
border-color: #DDE51D;
}
.TagClassName
{
border-color: #DDE51D;
}
</style>