Shades of Pear #DDE121
Tints of Pear #DDE121
RGB
CMYK
RGB Variations
Color information
#DDE121 (or 0xDDE121) is known color: Pear. HEX triplet: DD, E1 and 21. RGB value is (221,225,33). Sum of RGB (Red+Green+Blue) = 221+225+33=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 33 (13.28% from 255 or 6.89% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE121 is #221EDE. Grayscale: #CACACA. Windows color (decimal): -2236127 or 2220509. OLE color: 2220509.
HSL color Cylindrical-coordinate representation of color #DDE121: hue angle of 61.25º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDE121 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 33 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.12 |
| HSL | 61.25º | 0.76% | 0.51% | - |
| HSV(B) | 61.25º | 0.85% | 0.88% | - |
| XYZ | 57.02 | 69.33 | 11.82 | - |
| YUV | 201.92 | 32.67 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 33 | 0.02 | 0 | 0.85 | 0.12 | 61.25 | 0.76 | 0.51 |
| Hex | DD | E1 | 21 | 2 | 0 | 55 | C | 3D | 4C | 33 |
| Octal | 335 | 341 | 41 | 2 | 0 | 125 | 14 | 75 | 114 | 63 |
| Binary | 11011101 | 11100001 | 100001 | 10 | 0 | 1010101 | 1100 | 111101 | 1001100 | 110011 |
Color Harmonies of #DDE121
Complementary color
Monochromatic Colors of #DDE121
Black with #DDE121
Text Example
Text Example
White with #DDE121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE121; }
p { color: rgb(221,225,33); }
H1.HeaderClassName
{
color: #DDE121;
}
.AnyTagClassName
{
color: #DDE121;
}
</style>
background-color css
<style>
a { background-color: #DDE121; }
a { background-color: rgb(221,225,33); }
div.DivClassName
{
background-color: #DDE121;
}
.BgClassName
{
background-color: #DDE121;
}
</style>
border-color css
<style>
span { border-color: #DDE121; }
span { border-color: rgb(221,225,33); }
td.TdClassName
{
border-color: #DDE121;
}
.TagClassName
{
border-color: #DDE121;
}
</style>