Shades of Pear #DDFD37
Tints of Pear #DDFD37
RGB
CMYK
RGB Variations
Color information
#DDFD37 (or 0xDDFD37) is known color: Pear. HEX triplet: DD, FD and 37. RGB value is (221,253,55). Sum of RGB (Red+Green+Blue) = 221+253+55=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 55 (21.88% from 255 or 10.40% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFD37 is #2202C8. Grayscale: #DDDDDD. Windows color (decimal): -2228937 or 3669469. OLE color: 3669469.
HSL color Cylindrical-coordinate representation of color #DDFD37: hue angle of 69.7º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDFD37 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 55 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.01 |
| HSL | 69.7º | 0.98% | 0.6% | - |
| HSV(B) | 69.7º | 0.78% | 0.99% | - |
| XYZ | 65.63 | 85.9 | 16.74 | - |
| YUV | 220.86 | 34.4 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 55 | 0.13 | 0 | 0.78 | 0.01 | 69.7 | 0.98 | 0.6 |
| Hex | DD | FD | 37 | D | 0 | 4E | 1 | 46 | 62 | 3C |
| Octal | 335 | 375 | 67 | 15 | 0 | 116 | 1 | 106 | 142 | 74 |
| Binary | 11011101 | 11111101 | 110111 | 1101 | 0 | 1001110 | 1 | 1000110 | 1100010 | 111100 |
Color Harmonies of #DDFD37
Complementary color
Monochromatic Colors of #DDFD37
Black with #DDFD37
Text Example
Text Example
White with #DDFD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD37; }
p { color: rgb(221,253,55); }
H1.HeaderClassName
{
color: #DDFD37;
}
.AnyTagClassName
{
color: #DDFD37;
}
</style>
background-color css
<style>
a { background-color: #DDFD37; }
a { background-color: rgb(221,253,55); }
div.DivClassName
{
background-color: #DDFD37;
}
.BgClassName
{
background-color: #DDFD37;
}
</style>
border-color css
<style>
span { border-color: #DDFD37; }
span { border-color: rgb(221,253,55); }
td.TdClassName
{
border-color: #DDFD37;
}
.TagClassName
{
border-color: #DDFD37;
}
</style>