Shades of Pear #DDF942
Tints of Pear #DDF942
RGB
CMYK
RGB Variations
Color information
#DDF942 (or 0xDDF942) is known color: Pear. HEX triplet: DD, F9 and 42. RGB value is (221,249,66). Sum of RGB (Red+Green+Blue) = 221+249+66=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 66 (26.17% from 255 or 12.31% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF942 is #2206BD. Grayscale: #DCDCDC. Windows color (decimal): -2229950 or 4389341. OLE color: 4389341.
HSL color Cylindrical-coordinate representation of color #DDF942: hue angle of 69.18º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDF942 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 66 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.02 |
| HSL | 69.18º | 0.94% | 0.62% | - |
| HSV(B) | 69.18º | 0.73% | 0.98% | - |
| XYZ | 64.68 | 83.52 | 17.87 | - |
| YUV | 219.77 | 41.22 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 66 | 0.11 | 0 | 0.73 | 0.02 | 69.18 | 0.94 | 0.62 |
| Hex | DD | F9 | 42 | B | 0 | 49 | 2 | 45 | 5E | 3E |
| Octal | 335 | 371 | 102 | 13 | 0 | 111 | 2 | 105 | 136 | 76 |
| Binary | 11011101 | 11111001 | 1000010 | 1011 | 0 | 1001001 | 10 | 1000101 | 1011110 | 111110 |
Color Harmonies of #DDF942
Complementary color
Monochromatic Colors of #DDF942
Black with #DDF942
Text Example
Text Example
White with #DDF942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF942; }
p { color: rgb(221,249,66); }
H1.HeaderClassName
{
color: #DDF942;
}
.AnyTagClassName
{
color: #DDF942;
}
</style>
background-color css
<style>
a { background-color: #DDF942; }
a { background-color: rgb(221,249,66); }
div.DivClassName
{
background-color: #DDF942;
}
.BgClassName
{
background-color: #DDF942;
}
</style>
border-color css
<style>
span { border-color: #DDF942; }
span { border-color: rgb(221,249,66); }
td.TdClassName
{
border-color: #DDF942;
}
.TagClassName
{
border-color: #DDF942;
}
</style>