Shades of Pear #DDE120
Tints of Pear #DDE120
RGB
CMYK
RGB Variations
Color information
#DDE120 (or 0xDDE120) is known color: Pear. HEX triplet: DD, E1 and 20. RGB value is (221,225,32). Sum of RGB (Red+Green+Blue) = 221+225+32=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE120 is #221EDF. Grayscale: #CACACA. Windows color (decimal): -2236128 or 2154973. OLE color: 2154973.
HSL color Cylindrical-coordinate representation of color #DDE120: hue angle of 61.24º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDE120 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 32 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.12 |
| HSL | 61.24º | 0.76% | 0.5% | - |
| HSV(B) | 61.24º | 0.86% | 0.88% | - |
| XYZ | 57 | 69.33 | 11.74 | - |
| YUV | 201.8 | 32.17 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 32 | 0.02 | 0 | 0.86 | 0.12 | 61.24 | 0.76 | 0.5 |
| Hex | DD | E1 | 20 | 2 | 0 | 56 | C | 3D | 4C | 32 |
| Octal | 335 | 341 | 40 | 2 | 0 | 126 | 14 | 75 | 114 | 62 |
| Binary | 11011101 | 11100001 | 100000 | 10 | 0 | 1010110 | 1100 | 111101 | 1001100 | 110010 |
Color Harmonies of #DDE120
Complementary color
Monochromatic Colors of #DDE120
Black with #DDE120
Text Example
Text Example
White with #DDE120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE120; }
p { color: rgb(221,225,32); }
H1.HeaderClassName
{
color: #DDE120;
}
.AnyTagClassName
{
color: #DDE120;
}
</style>
background-color css
<style>
a { background-color: #DDE120; }
a { background-color: rgb(221,225,32); }
div.DivClassName
{
background-color: #DDE120;
}
.BgClassName
{
background-color: #DDE120;
}
</style>
border-color css
<style>
span { border-color: #DDE120; }
span { border-color: rgb(221,225,32); }
td.TdClassName
{
border-color: #DDE120;
}
.TagClassName
{
border-color: #DDE120;
}
</style>