Shades of Pear #DDF221
Tints of Pear #DDF221
RGB
CMYK
RGB Variations
Color information
#DDF221 (or 0xDDF221) is known color: Pear. HEX triplet: DD, F2 and 21. RGB value is (221,242,33). Sum of RGB (Red+Green+Blue) = 221+242+33=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 33 (13.28% from 255 or 6.65% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF221 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF221 is #220DDE. Grayscale: #D4D4D4. Windows color (decimal): -2231775 or 2224861. OLE color: 2224861.
HSL color Cylindrical-coordinate representation of color #DDF221: hue angle of 66.03º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDF221 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 33 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.05 |
| HSL | 66.03º | 0.89% | 0.54% | - |
| HSV(B) | 66.03º | 0.86% | 0.95% | - |
| XYZ | 61.85 | 78.99 | 13.43 | - |
| YUV | 211.9 | 27.04 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 33 | 0.09 | 0 | 0.86 | 0.05 | 66.03 | 0.89 | 0.54 |
| Hex | DD | F2 | 21 | 9 | 0 | 56 | 5 | 42 | 59 | 36 |
| Octal | 335 | 362 | 41 | 11 | 0 | 126 | 5 | 102 | 131 | 66 |
| Binary | 11011101 | 11110010 | 100001 | 1001 | 0 | 1010110 | 101 | 1000010 | 1011001 | 110110 |
Color Harmonies of #DDF221
Complementary color
Monochromatic Colors of #DDF221
Black with #DDF221
Text Example
Text Example
White with #DDF221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF221; }
p { color: rgb(221,242,33); }
H1.HeaderClassName
{
color: #DDF221;
}
.AnyTagClassName
{
color: #DDF221;
}
</style>
background-color css
<style>
a { background-color: #DDF221; }
a { background-color: rgb(221,242,33); }
div.DivClassName
{
background-color: #DDF221;
}
.BgClassName
{
background-color: #DDF221;
}
</style>
border-color css
<style>
span { border-color: #DDF221; }
span { border-color: rgb(221,242,33); }
td.TdClassName
{
border-color: #DDF221;
}
.TagClassName
{
border-color: #DDF221;
}
</style>