Shades of Pear #DDF749
Tints of Pear #DDF749
RGB
CMYK
RGB Variations
Color information
#DDF749 (or 0xDDF749) is known color: Pear. HEX triplet: DD, F7 and 49. RGB value is (221,247,73). Sum of RGB (Red+Green+Blue) = 221+247+73=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 73 (28.91% from 255 or 13.49% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF749 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF749 is #2208B6. Grayscale: #DCDCDC. Windows color (decimal): -2230455 or 4847581. OLE color: 4847581.
HSL color Cylindrical-coordinate representation of color #DDF749: hue angle of 68.97º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDF749 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 73 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.03 |
| HSL | 68.97º | 0.92% | 0.63% | - |
| HSV(B) | 68.97º | 0.7% | 0.97% | - |
| XYZ | 64.28 | 82.37 | 18.82 | - |
| YUV | 219.39 | 45.39 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 73 | 0.11 | 0 | 0.70 | 0.03 | 68.97 | 0.92 | 0.63 |
| Hex | DD | F7 | 49 | B | 0 | 46 | 3 | 45 | 5C | 3F |
| Octal | 335 | 367 | 111 | 13 | 0 | 106 | 3 | 105 | 134 | 77 |
| Binary | 11011101 | 11110111 | 1001001 | 1011 | 0 | 1000110 | 11 | 1000101 | 1011100 | 111111 |
Color Harmonies of #DDF749
Complementary color
Monochromatic Colors of #DDF749
Black with #DDF749
Text Example
Text Example
White with #DDF749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF749; }
p { color: rgb(221,247,73); }
H1.HeaderClassName
{
color: #DDF749;
}
.AnyTagClassName
{
color: #DDF749;
}
</style>
background-color css
<style>
a { background-color: #DDF749; }
a { background-color: rgb(221,247,73); }
div.DivClassName
{
background-color: #DDF749;
}
.BgClassName
{
background-color: #DDF749;
}
</style>
border-color css
<style>
span { border-color: #DDF749; }
span { border-color: rgb(221,247,73); }
td.TdClassName
{
border-color: #DDF749;
}
.TagClassName
{
border-color: #DDF749;
}
</style>