Shades of Pear #DDF01E
Tints of Pear #DDF01E
RGB
CMYK
RGB Variations
Color information
#DDF01E (or 0xDDF01E) is known color: Pear. HEX triplet: DD, F0 and 1E. RGB value is (221,240,30). Sum of RGB (Red+Green+Blue) = 221+240+30=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 30 (12.11% from 255 or 6.11% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF01E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF01E is #220FE1. Grayscale: #D3D3D3. Windows color (decimal): -2232290 or 2027741. OLE color: 2027741.
HSL color Cylindrical-coordinate representation of color #DDF01E: hue angle of 65.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDF01E is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 30 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.06 |
| HSL | 65.43º | 0.88% | 0.53% | - |
| HSV(B) | 65.43º | 0.88% | 0.94% | - |
| XYZ | 61.21 | 77.79 | 13.02 | - |
| YUV | 210.38 | 26.21 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 30 | 0.08 | 0 | 0.87 | 0.06 | 65.43 | 0.88 | 0.53 |
| Hex | DD | F0 | 1E | 8 | 0 | 57 | 6 | 41 | 58 | 35 |
| Octal | 335 | 360 | 36 | 10 | 0 | 127 | 6 | 101 | 130 | 65 |
| Binary | 11011101 | 11110000 | 11110 | 1000 | 0 | 1010111 | 110 | 1000001 | 1011000 | 110101 |
Color Harmonies of #DDF01E
Complementary color
Monochromatic Colors of #DDF01E
Black with #DDF01E
Text Example
Text Example
White with #DDF01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF01E; }
p { color: rgb(221,240,30); }
H1.HeaderClassName
{
color: #DDF01E;
}
.AnyTagClassName
{
color: #DDF01E;
}
</style>
background-color css
<style>
a { background-color: #DDF01E; }
a { background-color: rgb(221,240,30); }
div.DivClassName
{
background-color: #DDF01E;
}
.BgClassName
{
background-color: #DDF01E;
}
</style>
border-color css
<style>
span { border-color: #DDF01E; }
span { border-color: rgb(221,240,30); }
td.TdClassName
{
border-color: #DDF01E;
}
.TagClassName
{
border-color: #DDF01E;
}
</style>