Shades of Pear #DDF61E
Tints of Pear #DDF61E
RGB
CMYK
RGB Variations
Color information
#DDF61E (or 0xDDF61E) is known color: Pear. HEX triplet: DD, F6 and 1E. RGB value is (221,246,30). Sum of RGB (Red+Green+Blue) = 221+246+30=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 30 (12.11% from 255 or 6.04% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF61E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF61E is #2209E1. Grayscale: #D6D6D6. Windows color (decimal): -2230754 or 2029277. OLE color: 2029277.
HSL color Cylindrical-coordinate representation of color #DDF61E: hue angle of 66.94º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDF61E is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 30 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.04 |
| HSL | 66.94º | 0.92% | 0.54% | - |
| HSV(B) | 66.94º | 0.88% | 0.96% | - |
| XYZ | 63.01 | 81.38 | 13.61 | - |
| YUV | 213.9 | 24.22 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 30 | 0.10 | 0 | 0.88 | 0.04 | 66.94 | 0.92 | 0.54 |
| Hex | DD | F6 | 1E | A | 0 | 58 | 4 | 43 | 5C | 36 |
| Octal | 335 | 366 | 36 | 12 | 0 | 130 | 4 | 103 | 134 | 66 |
| Binary | 11011101 | 11110110 | 11110 | 1010 | 0 | 1011000 | 100 | 1000011 | 1011100 | 110110 |
Color Harmonies of #DDF61E
Complementary color
Monochromatic Colors of #DDF61E
Black with #DDF61E
Text Example
Text Example
White with #DDF61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF61E; }
p { color: rgb(221,246,30); }
H1.HeaderClassName
{
color: #DDF61E;
}
.AnyTagClassName
{
color: #DDF61E;
}
</style>
background-color css
<style>
a { background-color: #DDF61E; }
a { background-color: rgb(221,246,30); }
div.DivClassName
{
background-color: #DDF61E;
}
.BgClassName
{
background-color: #DDF61E;
}
</style>
border-color css
<style>
span { border-color: #DDF61E; }
span { border-color: rgb(221,246,30); }
td.TdClassName
{
border-color: #DDF61E;
}
.TagClassName
{
border-color: #DDF61E;
}
</style>