Shades of Pear #DDE62C
Tints of Pear #DDE62C
RGB
CMYK
RGB Variations
Color information
#DDE62C (or 0xDDE62C) is known color: Pear. HEX triplet: DD, E6 and 2C. RGB value is (221,230,44). Sum of RGB (Red+Green+Blue) = 221+230+44=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 44 (17.58% from 255 or 8.89% from 495); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE62C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE62C is #2219D3. Grayscale: #CECECE. Windows color (decimal): -2234836 or 2942685. OLE color: 2942685.
HSL color Cylindrical-coordinate representation of color #DDE62C: hue angle of 62.9º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDE62C is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 44 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.10 |
| HSL | 62.9º | 0.79% | 0.54% | - |
| HSV(B) | 62.9º | 0.81% | 0.9% | - |
| XYZ | 58.57 | 72.15 | 13.22 | - |
| YUV | 206.11 | 36.52 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 44 | 0.04 | 0 | 0.81 | 0.10 | 62.9 | 0.79 | 0.54 |
| Hex | DD | E6 | 2C | 4 | 0 | 51 | A | 3F | 4F | 36 |
| Octal | 335 | 346 | 54 | 4 | 0 | 121 | 12 | 77 | 117 | 66 |
| Binary | 11011101 | 11100110 | 101100 | 100 | 0 | 1010001 | 1010 | 111111 | 1001111 | 110110 |
Color Harmonies of #DDE62C
Complementary color
Monochromatic Colors of #DDE62C
Black with #DDE62C
Text Example
Text Example
White with #DDE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE62C; }
p { color: rgb(221,230,44); }
H1.HeaderClassName
{
color: #DDE62C;
}
.AnyTagClassName
{
color: #DDE62C;
}
</style>
background-color css
<style>
a { background-color: #DDE62C; }
a { background-color: rgb(221,230,44); }
div.DivClassName
{
background-color: #DDE62C;
}
.BgClassName
{
background-color: #DDE62C;
}
</style>
border-color css
<style>
span { border-color: #DDE62C; }
span { border-color: rgb(221,230,44); }
td.TdClassName
{
border-color: #DDE62C;
}
.TagClassName
{
border-color: #DDE62C;
}
</style>