Shades of Pear #DDE11C
Tints of Pear #DDE11C
RGB
CMYK
RGB Variations
Color information
#DDE11C (or 0xDDE11C) is known color: Pear. HEX triplet: DD, E1 and 1C. RGB value is (221,225,28). Sum of RGB (Red+Green+Blue) = 221+225+28=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 28 (11.33% from 255 or 5.91% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE11C is #221EE3. Grayscale: #CACACA. Windows color (decimal): -2236132 or 1892829. OLE color: 1892829.
HSL color Cylindrical-coordinate representation of color #DDE11C: hue angle of 61.22º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDE11C is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 28 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.12 |
| HSL | 61.22º | 0.78% | 0.5% | - |
| HSV(B) | 61.22º | 0.88% | 0.88% | - |
| XYZ | 56.95 | 69.31 | 11.47 | - |
| YUV | 201.35 | 30.17 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 28 | 0.02 | 0 | 0.88 | 0.12 | 61.22 | 0.78 | 0.5 |
| Hex | DD | E1 | 1C | 2 | 0 | 58 | C | 3D | 4E | 32 |
| Octal | 335 | 341 | 34 | 2 | 0 | 130 | 14 | 75 | 116 | 62 |
| Binary | 11011101 | 11100001 | 11100 | 10 | 0 | 1011000 | 1100 | 111101 | 1001110 | 110010 |
Color Harmonies of #DDE11C
Complementary color
Monochromatic Colors of #DDE11C
Black with #DDE11C
Text Example
Text Example
White with #DDE11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE11C; }
p { color: rgb(221,225,28); }
H1.HeaderClassName
{
color: #DDE11C;
}
.AnyTagClassName
{
color: #DDE11C;
}
</style>
background-color css
<style>
a { background-color: #DDE11C; }
a { background-color: rgb(221,225,28); }
div.DivClassName
{
background-color: #DDE11C;
}
.BgClassName
{
background-color: #DDE11C;
}
</style>
border-color css
<style>
span { border-color: #DDE11C; }
span { border-color: rgb(221,225,28); }
td.TdClassName
{
border-color: #DDE11C;
}
.TagClassName
{
border-color: #DDE11C;
}
</style>