Shades of Pear #DDF32C
Tints of Pear #DDF32C
RGB
CMYK
RGB Variations
Color information
#DDF32C (or 0xDDF32C) is known color: Pear. HEX triplet: DD, F3 and 2C. RGB value is (221,243,44). Sum of RGB (Red+Green+Blue) = 221+243+44=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 44 (17.58% from 255 or 8.66% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF32C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF32C is #220CD3. Grayscale: #D6D6D6. Windows color (decimal): -2231508 or 2946013. OLE color: 2946013.
HSL color Cylindrical-coordinate representation of color #DDF32C: hue angle of 66.63º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDF32C is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 44 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.05 |
| HSL | 66.63º | 0.89% | 0.56% | - |
| HSV(B) | 66.63º | 0.82% | 0.95% | - |
| XYZ | 62.32 | 79.66 | 14.47 | - |
| YUV | 213.74 | 32.21 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 44 | 0.09 | 0 | 0.82 | 0.05 | 66.63 | 0.89 | 0.56 |
| Hex | DD | F3 | 2C | 9 | 0 | 52 | 5 | 43 | 59 | 38 |
| Octal | 335 | 363 | 54 | 11 | 0 | 122 | 5 | 103 | 131 | 70 |
| Binary | 11011101 | 11110011 | 101100 | 1001 | 0 | 1010010 | 101 | 1000011 | 1011001 | 111000 |
Color Harmonies of #DDF32C
Complementary color
Monochromatic Colors of #DDF32C
Black with #DDF32C
Text Example
Text Example
White with #DDF32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF32C; }
p { color: rgb(221,243,44); }
H1.HeaderClassName
{
color: #DDF32C;
}
.AnyTagClassName
{
color: #DDF32C;
}
</style>
background-color css
<style>
a { background-color: #DDF32C; }
a { background-color: rgb(221,243,44); }
div.DivClassName
{
background-color: #DDF32C;
}
.BgClassName
{
background-color: #DDF32C;
}
</style>
border-color css
<style>
span { border-color: #DDF32C; }
span { border-color: rgb(221,243,44); }
td.TdClassName
{
border-color: #DDF32C;
}
.TagClassName
{
border-color: #DDF32C;
}
</style>