Shades of Pear #DDF843
Tints of Pear #DDF843
RGB
CMYK
RGB Variations
Color information
#DDF843 (or 0xDDF843) is known color: Pear. HEX triplet: DD, F8 and 43. RGB value is (221,248,67). Sum of RGB (Red+Green+Blue) = 221+248+67=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 67 (26.56% from 255 or 12.5% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF843 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF843 is #2207BC. Grayscale: #DBDBDB. Windows color (decimal): -2230205 or 4454621. OLE color: 4454621.
HSL color Cylindrical-coordinate representation of color #DDF843: hue angle of 68.95º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDF843 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 67 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.03 |
| HSL | 68.95º | 0.93% | 0.62% | - |
| HSV(B) | 68.95º | 0.73% | 0.97% | - |
| XYZ | 64.4 | 82.91 | 17.92 | - |
| YUV | 219.29 | 42.05 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 67 | 0.11 | 0 | 0.73 | 0.03 | 68.95 | 0.93 | 0.62 |
| Hex | DD | F8 | 43 | B | 0 | 49 | 3 | 45 | 5D | 3E |
| Octal | 335 | 370 | 103 | 13 | 0 | 111 | 3 | 105 | 135 | 76 |
| Binary | 11011101 | 11111000 | 1000011 | 1011 | 0 | 1001001 | 11 | 1000101 | 1011101 | 111110 |
Color Harmonies of #DDF843
Complementary color
Monochromatic Colors of #DDF843
Black with #DDF843
Text Example
Text Example
White with #DDF843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF843; }
p { color: rgb(221,248,67); }
H1.HeaderClassName
{
color: #DDF843;
}
.AnyTagClassName
{
color: #DDF843;
}
</style>
background-color css
<style>
a { background-color: #DDF843; }
a { background-color: rgb(221,248,67); }
div.DivClassName
{
background-color: #DDF843;
}
.BgClassName
{
background-color: #DDF843;
}
</style>
border-color css
<style>
span { border-color: #DDF843; }
span { border-color: rgb(221,248,67); }
td.TdClassName
{
border-color: #DDF843;
}
.TagClassName
{
border-color: #DDF843;
}
</style>