Shades of Pear #DDF332
Tints of Pear #DDF332
RGB
CMYK
RGB Variations
Color information
#DDF332 (or 0xDDF332) is known color: Pear. HEX triplet: DD, F3 and 32. RGB value is (221,243,50). Sum of RGB (Red+Green+Blue) = 221+243+50=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 50 (19.92% from 255 or 9.73% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF332 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF332 is #220CCD. Grayscale: #D7D7D7. Windows color (decimal): -2231502 or 3339229. OLE color: 3339229.
HSL color Cylindrical-coordinate representation of color #DDF332: hue angle of 66.84º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDF332 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 50 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.05 |
| HSL | 66.84º | 0.89% | 0.57% | - |
| HSV(B) | 66.84º | 0.79% | 0.95% | - |
| XYZ | 62.45 | 79.7 | 15.11 | - |
| YUV | 214.42 | 35.21 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 50 | 0.09 | 0 | 0.79 | 0.05 | 66.84 | 0.89 | 0.57 |
| Hex | DD | F3 | 32 | 9 | 0 | 4F | 5 | 43 | 59 | 39 |
| Octal | 335 | 363 | 62 | 11 | 0 | 117 | 5 | 103 | 131 | 71 |
| Binary | 11011101 | 11110011 | 110010 | 1001 | 0 | 1001111 | 101 | 1000011 | 1011001 | 111001 |
Color Harmonies of #DDF332
Complementary color
Monochromatic Colors of #DDF332
Black with #DDF332
Text Example
Text Example
White with #DDF332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF332; }
p { color: rgb(221,243,50); }
H1.HeaderClassName
{
color: #DDF332;
}
.AnyTagClassName
{
color: #DDF332;
}
</style>
background-color css
<style>
a { background-color: #DDF332; }
a { background-color: rgb(221,243,50); }
div.DivClassName
{
background-color: #DDF332;
}
.BgClassName
{
background-color: #DDF332;
}
</style>
border-color css
<style>
span { border-color: #DDF332; }
span { border-color: rgb(221,243,50); }
td.TdClassName
{
border-color: #DDF332;
}
.TagClassName
{
border-color: #DDF332;
}
</style>