Shades of Pear #DDF845
Tints of Pear #DDF845
RGB
CMYK
RGB Variations
Color information
#DDF845 (or 0xDDF845) is known color: Pear. HEX triplet: DD, F8 and 45. RGB value is (221,248,69). Sum of RGB (Red+Green+Blue) = 221+248+69=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 69 (27.34% from 255 or 12.83% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF845 is #2207BA. Grayscale: #DCDCDC. Windows color (decimal): -2230203 or 4585693. OLE color: 4585693.
HSL color Cylindrical-coordinate representation of color #DDF845: hue angle of 69.05º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDF845 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 69 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.03 |
| HSL | 69.05º | 0.93% | 0.62% | - |
| HSV(B) | 69.05º | 0.72% | 0.97% | - |
| XYZ | 64.46 | 82.94 | 18.24 | - |
| YUV | 219.52 | 43.05 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 69 | 0.11 | 0 | 0.72 | 0.03 | 69.05 | 0.93 | 0.62 |
| Hex | DD | F8 | 45 | B | 0 | 48 | 3 | 45 | 5D | 3E |
| Octal | 335 | 370 | 105 | 13 | 0 | 110 | 3 | 105 | 135 | 76 |
| Binary | 11011101 | 11111000 | 1000101 | 1011 | 0 | 1001000 | 11 | 1000101 | 1011101 | 111110 |
Color Harmonies of #DDF845
Complementary color
Monochromatic Colors of #DDF845
Black with #DDF845
Text Example
Text Example
White with #DDF845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF845; }
p { color: rgb(221,248,69); }
H1.HeaderClassName
{
color: #DDF845;
}
.AnyTagClassName
{
color: #DDF845;
}
</style>
background-color css
<style>
a { background-color: #DDF845; }
a { background-color: rgb(221,248,69); }
div.DivClassName
{
background-color: #DDF845;
}
.BgClassName
{
background-color: #DDF845;
}
</style>
border-color css
<style>
span { border-color: #DDF845; }
span { border-color: rgb(221,248,69); }
td.TdClassName
{
border-color: #DDF845;
}
.TagClassName
{
border-color: #DDF845;
}
</style>