Shades of Pear #DDE414
Tints of Pear #DDE414
RGB
CMYK
RGB Variations
Color information
#DDE414 (or 0xDDE414) is known color: Pear. HEX triplet: DD, E4 and 14. RGB value is (221,228,20). Sum of RGB (Red+Green+Blue) = 221+228+20=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE414 is #221BEB. Grayscale: #CBCBCB. Windows color (decimal): -2235372 or 1369309. OLE color: 1369309.
HSL color Cylindrical-coordinate representation of color #DDE414: hue angle of 62.02º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDE414 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 20 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.11 |
| HSL | 62.02º | 0.84% | 0.49% | - |
| HSV(B) | 62.02º | 0.91% | 0.89% | - |
| XYZ | 57.69 | 70.91 | 11.31 | - |
| YUV | 202.2 | 25.18 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 20 | 0.03 | 0 | 0.91 | 0.11 | 62.02 | 0.84 | 0.49 |
| Hex | DD | E4 | 14 | 3 | 0 | 5B | B | 3E | 54 | 31 |
| Octal | 335 | 344 | 24 | 3 | 0 | 133 | 13 | 76 | 124 | 61 |
| Binary | 11011101 | 11100100 | 10100 | 11 | 0 | 1011011 | 1011 | 111110 | 1010100 | 110001 |
Color Harmonies of #DDE414
Complementary color
Monochromatic Colors of #DDE414
Black with #DDE414
Text Example
Text Example
White with #DDE414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE414; }
p { color: rgb(221,228,20); }
H1.HeaderClassName
{
color: #DDE414;
}
.AnyTagClassName
{
color: #DDE414;
}
</style>
background-color css
<style>
a { background-color: #DDE414; }
a { background-color: rgb(221,228,20); }
div.DivClassName
{
background-color: #DDE414;
}
.BgClassName
{
background-color: #DDE414;
}
</style>
border-color css
<style>
span { border-color: #DDE414; }
span { border-color: rgb(221,228,20); }
td.TdClassName
{
border-color: #DDE414;
}
.TagClassName
{
border-color: #DDE414;
}
</style>