Shades of Pear #DDEE26
Tints of Pear #DDEE26
RGB
CMYK
RGB Variations
Color information
#DDEE26 (or 0xDDEE26) is known color: Pear. HEX triplet: DD, EE and 26. RGB value is (221,238,38). Sum of RGB (Red+Green+Blue) = 221+238+38=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 38 (15.23% from 255 or 7.65% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE26 is #2211D9. Grayscale: #D2D2D2. Windows color (decimal): -2232794 or 2551517. OLE color: 2551517.
HSL color Cylindrical-coordinate representation of color #DDEE26: hue angle of 65.1º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDEE26 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 38 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.07 |
| HSL | 65.1º | 0.85% | 0.54% | - |
| HSV(B) | 65.1º | 0.84% | 0.93% | - |
| XYZ | 60.74 | 76.66 | 13.43 | - |
| YUV | 210.12 | 30.87 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 38 | 0.07 | 0 | 0.84 | 0.07 | 65.1 | 0.85 | 0.54 |
| Hex | DD | EE | 26 | 7 | 0 | 54 | 7 | 41 | 55 | 36 |
| Octal | 335 | 356 | 46 | 7 | 0 | 124 | 7 | 101 | 125 | 66 |
| Binary | 11011101 | 11101110 | 100110 | 111 | 0 | 1010100 | 111 | 1000001 | 1010101 | 110110 |
Color Harmonies of #DDEE26
Complementary color
Monochromatic Colors of #DDEE26
Black with #DDEE26
Text Example
Text Example
White with #DDEE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEE26; }
p { color: rgb(221,238,38); }
H1.HeaderClassName
{
color: #DDEE26;
}
.AnyTagClassName
{
color: #DDEE26;
}
</style>
background-color css
<style>
a { background-color: #DDEE26; }
a { background-color: rgb(221,238,38); }
div.DivClassName
{
background-color: #DDEE26;
}
.BgClassName
{
background-color: #DDEE26;
}
</style>
border-color css
<style>
span { border-color: #DDEE26; }
span { border-color: rgb(221,238,38); }
td.TdClassName
{
border-color: #DDEE26;
}
.TagClassName
{
border-color: #DDEE26;
}
</style>