Shades of Pear #DDE019
Tints of Pear #DDE019
RGB
CMYK
RGB Variations
Color information
#DDE019 (or 0xDDE019) is known color: Pear. HEX triplet: DD, E0 and 19. RGB value is (221,224,25). Sum of RGB (Red+Green+Blue) = 221+224+25=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 25 (10.16% from 255 or 5.32% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE019 is #221FE6. Grayscale: #C9C9C9. Windows color (decimal): -2236391 or 1695965. OLE color: 1695965.
HSL color Cylindrical-coordinate representation of color #DDE019: hue angle of 60.9º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDE019 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 25 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.12 |
| HSL | 60.9º | 0.8% | 0.49% | - |
| HSV(B) | 60.9º | 0.89% | 0.88% | - |
| XYZ | 56.65 | 68.75 | 11.2 | - |
| YUV | 200.42 | 29.01 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 25 | 0.01 | 0 | 0.89 | 0.12 | 60.9 | 0.8 | 0.49 |
| Hex | DD | E0 | 19 | 1 | 0 | 59 | C | 3D | 50 | 31 |
| Octal | 335 | 340 | 31 | 1 | 0 | 131 | 14 | 75 | 120 | 61 |
| Binary | 11011101 | 11100000 | 11001 | 1 | 0 | 1011001 | 1100 | 111101 | 1010000 | 110001 |
Color Harmonies of #DDE019
Complementary color
Monochromatic Colors of #DDE019
Black with #DDE019
Text Example
Text Example
White with #DDE019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE019; }
p { color: rgb(221,224,25); }
H1.HeaderClassName
{
color: #DDE019;
}
.AnyTagClassName
{
color: #DDE019;
}
</style>
background-color css
<style>
a { background-color: #DDE019; }
a { background-color: rgb(221,224,25); }
div.DivClassName
{
background-color: #DDE019;
}
.BgClassName
{
background-color: #DDE019;
}
</style>
border-color css
<style>
span { border-color: #DDE019; }
span { border-color: rgb(221,224,25); }
td.TdClassName
{
border-color: #DDE019;
}
.TagClassName
{
border-color: #DDE019;
}
</style>