Shades of Pear #DDF946
Tints of Pear #DDF946
RGB
CMYK
RGB Variations
Color information
#DDF946 (or 0xDDF946) is known color: Pear. HEX triplet: DD, F9 and 46. RGB value is (221,249,70). Sum of RGB (Red+Green+Blue) = 221+249+70=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 70 (27.73% from 255 or 12.96% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF946 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF946 is #2206B9. Grayscale: #DCDCDC. Windows color (decimal): -2229946 or 4651485. OLE color: 4651485.
HSL color Cylindrical-coordinate representation of color #DDF946: hue angle of 69.39º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDF946 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 70 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.02 |
| HSL | 69.39º | 0.94% | 0.63% | - |
| HSV(B) | 69.39º | 0.72% | 0.98% | - |
| XYZ | 64.8 | 83.57 | 18.51 | - |
| YUV | 220.22 | 43.22 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 70 | 0.11 | 0 | 0.72 | 0.02 | 69.39 | 0.94 | 0.63 |
| Hex | DD | F9 | 46 | B | 0 | 48 | 2 | 45 | 5E | 3F |
| Octal | 335 | 371 | 106 | 13 | 0 | 110 | 2 | 105 | 136 | 77 |
| Binary | 11011101 | 11111001 | 1000110 | 1011 | 0 | 1001000 | 10 | 1000101 | 1011110 | 111111 |
Color Harmonies of #DDF946
Complementary color
Monochromatic Colors of #DDF946
Black with #DDF946
Text Example
Text Example
White with #DDF946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF946; }
p { color: rgb(221,249,70); }
H1.HeaderClassName
{
color: #DDF946;
}
.AnyTagClassName
{
color: #DDF946;
}
</style>
background-color css
<style>
a { background-color: #DDF946; }
a { background-color: rgb(221,249,70); }
div.DivClassName
{
background-color: #DDF946;
}
.BgClassName
{
background-color: #DDF946;
}
</style>
border-color css
<style>
span { border-color: #DDF946; }
span { border-color: rgb(221,249,70); }
td.TdClassName
{
border-color: #DDF946;
}
.TagClassName
{
border-color: #DDF946;
}
</style>