Shades of Pear #DDF949
Tints of Pear #DDF949
RGB
CMYK
RGB Variations
Color information
#DDF949 (or 0xDDF949) is known color: Pear. HEX triplet: DD, F9 and 49. RGB value is (221,249,73). Sum of RGB (Red+Green+Blue) = 221+249+73=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 73 (28.91% from 255 or 13.44% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF949 is #2206B6. Grayscale: #DDDDDD. Windows color (decimal): -2229943 or 4848093. OLE color: 4848093.
HSL color Cylindrical-coordinate representation of color #DDF949: hue angle of 69.55º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDF949 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 73 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.02 |
| HSL | 69.55º | 0.94% | 0.63% | - |
| HSV(B) | 69.55º | 0.71% | 0.98% | - |
| XYZ | 64.9 | 83.6 | 19.02 | - |
| YUV | 220.56 | 44.72 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 73 | 0.11 | 0 | 0.71 | 0.02 | 69.55 | 0.94 | 0.63 |
| Hex | DD | F9 | 49 | B | 0 | 47 | 2 | 46 | 5E | 3F |
| Octal | 335 | 371 | 111 | 13 | 0 | 107 | 2 | 106 | 136 | 77 |
| Binary | 11011101 | 11111001 | 1001001 | 1011 | 0 | 1000111 | 10 | 1000110 | 1011110 | 111111 |
Color Harmonies of #DDF949
Complementary color
Monochromatic Colors of #DDF949
Black with #DDF949
Text Example
Text Example
White with #DDF949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF949; }
p { color: rgb(221,249,73); }
H1.HeaderClassName
{
color: #DDF949;
}
.AnyTagClassName
{
color: #DDF949;
}
</style>
background-color css
<style>
a { background-color: #DDF949; }
a { background-color: rgb(221,249,73); }
div.DivClassName
{
background-color: #DDF949;
}
.BgClassName
{
background-color: #DDF949;
}
</style>
border-color css
<style>
span { border-color: #DDF949; }
span { border-color: rgb(221,249,73); }
td.TdClassName
{
border-color: #DDF949;
}
.TagClassName
{
border-color: #DDF949;
}
</style>