Shades of Pear #DDF731
Tints of Pear #DDF731
RGB
CMYK
RGB Variations
Color information
#DDF731 (or 0xDDF731) is known color: Pear. HEX triplet: DD, F7 and 31. RGB value is (221,247,49). Sum of RGB (Red+Green+Blue) = 221+247+49=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 49 (19.53% from 255 or 9.48% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF731 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF731 is #2208CE. Grayscale: #D9D9D9. Windows color (decimal): -2230479 or 3274717. OLE color: 3274717.
HSL color Cylindrical-coordinate representation of color #DDF731: hue angle of 67.88º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDF731 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 49 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.03 |
| HSL | 67.88º | 0.93% | 0.58% | - |
| HSV(B) | 67.88º | 0.8% | 0.97% | - |
| XYZ | 63.63 | 82.12 | 15.4 | - |
| YUV | 216.65 | 33.39 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 49 | 0.11 | 0 | 0.80 | 0.03 | 67.88 | 0.93 | 0.58 |
| Hex | DD | F7 | 31 | B | 0 | 50 | 3 | 44 | 5D | 3A |
| Octal | 335 | 367 | 61 | 13 | 0 | 120 | 3 | 104 | 135 | 72 |
| Binary | 11011101 | 11110111 | 110001 | 1011 | 0 | 1010000 | 11 | 1000100 | 1011101 | 111010 |
Color Harmonies of #DDF731
Complementary color
Monochromatic Colors of #DDF731
Black with #DDF731
Text Example
Text Example
White with #DDF731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF731; }
p { color: rgb(221,247,49); }
H1.HeaderClassName
{
color: #DDF731;
}
.AnyTagClassName
{
color: #DDF731;
}
</style>
background-color css
<style>
a { background-color: #DDF731; }
a { background-color: rgb(221,247,49); }
div.DivClassName
{
background-color: #DDF731;
}
.BgClassName
{
background-color: #DDF731;
}
</style>
border-color css
<style>
span { border-color: #DDF731; }
span { border-color: rgb(221,247,49); }
td.TdClassName
{
border-color: #DDF731;
}
.TagClassName
{
border-color: #DDF731;
}
</style>