Shades of Pear #DDE124
Tints of Pear #DDE124
RGB
CMYK
RGB Variations
Color information
#DDE124 (or 0xDDE124) is known color: Pear. HEX triplet: DD, E1 and 24. RGB value is (221,225,36). Sum of RGB (Red+Green+Blue) = 221+225+36=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 36 (14.45% from 255 or 7.47% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE124 is #221EDB. Grayscale: #CBCBCB. Windows color (decimal): -2236124 or 2417117. OLE color: 2417117.
HSL color Cylindrical-coordinate representation of color #DDE124: hue angle of 61.27º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDE124 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 36 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.12 |
| HSL | 61.27º | 0.76% | 0.51% | - |
| HSV(B) | 61.27º | 0.84% | 0.88% | - |
| XYZ | 57.06 | 69.35 | 12.05 | - |
| YUV | 202.26 | 34.17 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 36 | 0.02 | 0 | 0.84 | 0.12 | 61.27 | 0.76 | 0.51 |
| Hex | DD | E1 | 24 | 2 | 0 | 54 | C | 3D | 4C | 33 |
| Octal | 335 | 341 | 44 | 2 | 0 | 124 | 14 | 75 | 114 | 63 |
| Binary | 11011101 | 11100001 | 100100 | 10 | 0 | 1010100 | 1100 | 111101 | 1001100 | 110011 |
Color Harmonies of #DDE124
Complementary color
Monochromatic Colors of #DDE124
Black with #DDE124
Text Example
Text Example
White with #DDE124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE124; }
p { color: rgb(221,225,36); }
H1.HeaderClassName
{
color: #DDE124;
}
.AnyTagClassName
{
color: #DDE124;
}
</style>
background-color css
<style>
a { background-color: #DDE124; }
a { background-color: rgb(221,225,36); }
div.DivClassName
{
background-color: #DDE124;
}
.BgClassName
{
background-color: #DDE124;
}
</style>
border-color css
<style>
span { border-color: #DDE124; }
span { border-color: rgb(221,225,36); }
td.TdClassName
{
border-color: #DDE124;
}
.TagClassName
{
border-color: #DDE124;
}
</style>