Shades of Pear #DDF432
Tints of Pear #DDF432
RGB
CMYK
RGB Variations
Color information
#DDF432 (or 0xDDF432) is known color: Pear. HEX triplet: DD, F4 and 32. RGB value is (221,244,50). Sum of RGB (Red+Green+Blue) = 221+244+50=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 50 (19.92% from 255 or 9.71% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF432 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF432 is #220BCD. Grayscale: #D7D7D7. Windows color (decimal): -2231246 or 3339485. OLE color: 3339485.
HSL color Cylindrical-coordinate representation of color #DDF432: hue angle of 67.11º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDF432 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 50 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.04 |
| HSL | 67.11º | 0.9% | 0.58% | - |
| HSV(B) | 67.11º | 0.8% | 0.96% | - |
| XYZ | 62.75 | 80.3 | 15.21 | - |
| YUV | 215.01 | 34.88 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 50 | 0.09 | 0 | 0.80 | 0.04 | 67.11 | 0.9 | 0.58 |
| Hex | DD | F4 | 32 | 9 | 0 | 50 | 4 | 43 | 5A | 3A |
| Octal | 335 | 364 | 62 | 11 | 0 | 120 | 4 | 103 | 132 | 72 |
| Binary | 11011101 | 11110100 | 110010 | 1001 | 0 | 1010000 | 100 | 1000011 | 1011010 | 111010 |
Color Harmonies of #DDF432
Complementary color
Monochromatic Colors of #DDF432
Black with #DDF432
Text Example
Text Example
White with #DDF432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF432; }
p { color: rgb(221,244,50); }
H1.HeaderClassName
{
color: #DDF432;
}
.AnyTagClassName
{
color: #DDF432;
}
</style>
background-color css
<style>
a { background-color: #DDF432; }
a { background-color: rgb(221,244,50); }
div.DivClassName
{
background-color: #DDF432;
}
.BgClassName
{
background-color: #DDF432;
}
</style>
border-color css
<style>
span { border-color: #DDF432; }
span { border-color: rgb(221,244,50); }
td.TdClassName
{
border-color: #DDF432;
}
.TagClassName
{
border-color: #DDF432;
}
</style>