Shades of Pear #DDF028
Tints of Pear #DDF028
RGB
CMYK
RGB Variations
Color information
#DDF028 (or 0xDDF028) is known color: Pear. HEX triplet: DD, F0 and 28. RGB value is (221,240,40). Sum of RGB (Red+Green+Blue) = 221+240+40=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 40 (16.02% from 255 or 7.98% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF028 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF028 is #220FD7. Grayscale: #D4D4D4. Windows color (decimal): -2232280 or 2683101. OLE color: 2683101.
HSL color Cylindrical-coordinate representation of color #DDF028: hue angle of 65.7º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDF028 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 40 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.06 |
| HSL | 65.7º | 0.87% | 0.55% | - |
| HSV(B) | 65.7º | 0.83% | 0.94% | - |
| XYZ | 61.36 | 77.85 | 13.8 | - |
| YUV | 211.52 | 31.21 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 40 | 0.08 | 0 | 0.83 | 0.06 | 65.7 | 0.87 | 0.55 |
| Hex | DD | F0 | 28 | 8 | 0 | 53 | 6 | 42 | 57 | 37 |
| Octal | 335 | 360 | 50 | 10 | 0 | 123 | 6 | 102 | 127 | 67 |
| Binary | 11011101 | 11110000 | 101000 | 1000 | 0 | 1010011 | 110 | 1000010 | 1010111 | 110111 |
Color Harmonies of #DDF028
Complementary color
Monochromatic Colors of #DDF028
Black with #DDF028
Text Example
Text Example
White with #DDF028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF028; }
p { color: rgb(221,240,40); }
H1.HeaderClassName
{
color: #DDF028;
}
.AnyTagClassName
{
color: #DDF028;
}
</style>
background-color css
<style>
a { background-color: #DDF028; }
a { background-color: rgb(221,240,40); }
div.DivClassName
{
background-color: #DDF028;
}
.BgClassName
{
background-color: #DDF028;
}
</style>
border-color css
<style>
span { border-color: #DDF028; }
span { border-color: rgb(221,240,40); }
td.TdClassName
{
border-color: #DDF028;
}
.TagClassName
{
border-color: #DDF028;
}
</style>