Shades of Pear #DDF344
Tints of Pear #DDF344
RGB
CMYK
RGB Variations
Color information
#DDF344 (or 0xDDF344) is known color: Pear. HEX triplet: DD, F3 and 44. RGB value is (221,243,68). Sum of RGB (Red+Green+Blue) = 221+243+68=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 68 (26.95% from 255 or 12.78% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF344 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF344 is #220CBB. Grayscale: #D9D9D9. Windows color (decimal): -2231484 or 4518877. OLE color: 4518877.
HSL color Cylindrical-coordinate representation of color #DDF344: hue angle of 67.54º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDF344 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 68 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.05 |
| HSL | 67.54º | 0.88% | 0.61% | - |
| HSV(B) | 67.54º | 0.72% | 0.95% | - |
| XYZ | 62.91 | 79.89 | 17.57 | - |
| YUV | 216.47 | 44.21 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 68 | 0.09 | 0 | 0.72 | 0.05 | 67.54 | 0.88 | 0.61 |
| Hex | DD | F3 | 44 | 9 | 0 | 48 | 5 | 44 | 58 | 3D |
| Octal | 335 | 363 | 104 | 11 | 0 | 110 | 5 | 104 | 130 | 75 |
| Binary | 11011101 | 11110011 | 1000100 | 1001 | 0 | 1001000 | 101 | 1000100 | 1011000 | 111101 |
Color Harmonies of #DDF344
Complementary color
Monochromatic Colors of #DDF344
Black with #DDF344
Text Example
Text Example
White with #DDF344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF344; }
p { color: rgb(221,243,68); }
H1.HeaderClassName
{
color: #DDF344;
}
.AnyTagClassName
{
color: #DDF344;
}
</style>
background-color css
<style>
a { background-color: #DDF344; }
a { background-color: rgb(221,243,68); }
div.DivClassName
{
background-color: #DDF344;
}
.BgClassName
{
background-color: #DDF344;
}
</style>
border-color css
<style>
span { border-color: #DDF344; }
span { border-color: rgb(221,243,68); }
td.TdClassName
{
border-color: #DDF344;
}
.TagClassName
{
border-color: #DDF344;
}
</style>