Shades of Pear #DDEE3A
Tints of Pear #DDEE3A
RGB
CMYK
RGB Variations
Color information
#DDEE3A (or 0xDDEE3A) is known color: Pear. HEX triplet: DD, EE and 3A. RGB value is (221,238,58). Sum of RGB (Red+Green+Blue) = 221+238+58=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 58 (23.05% from 255 or 11.22% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE3A is #2211C5. Grayscale: #D5D5D5. Windows color (decimal): -2232774 or 3862237. OLE color: 3862237.
HSL color Cylindrical-coordinate representation of color #DDEE3A: hue angle of 65.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDEE3A is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 58 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.07 |
| HSL | 65.67º | 0.84% | 0.58% | - |
| HSV(B) | 65.67º | 0.76% | 0.93% | - |
| XYZ | 61.16 | 76.83 | 15.61 | - |
| YUV | 212.4 | 40.87 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 58 | 0.07 | 0 | 0.76 | 0.07 | 65.67 | 0.84 | 0.58 |
| Hex | DD | EE | 3A | 7 | 0 | 4C | 7 | 42 | 54 | 3A |
| Octal | 335 | 356 | 72 | 7 | 0 | 114 | 7 | 102 | 124 | 72 |
| Binary | 11011101 | 11101110 | 111010 | 111 | 0 | 1001100 | 111 | 1000010 | 1010100 | 111010 |
Color Harmonies of #DDEE3A
Complementary color
Monochromatic Colors of #DDEE3A
Black with #DDEE3A
Text Example
Text Example
White with #DDEE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEE3A; }
p { color: rgb(221,238,58); }
H1.HeaderClassName
{
color: #DDEE3A;
}
.AnyTagClassName
{
color: #DDEE3A;
}
</style>
background-color css
<style>
a { background-color: #DDEE3A; }
a { background-color: rgb(221,238,58); }
div.DivClassName
{
background-color: #DDEE3A;
}
.BgClassName
{
background-color: #DDEE3A;
}
</style>
border-color css
<style>
span { border-color: #DDEE3A; }
span { border-color: rgb(221,238,58); }
td.TdClassName
{
border-color: #DDEE3A;
}
.TagClassName
{
border-color: #DDEE3A;
}
</style>