Shades of Pear #DDFA2C
Tints of Pear #DDFA2C
RGB
CMYK
RGB Variations
Color information
#DDFA2C (or 0xDDFA2C) is known color: Pear. HEX triplet: DD, FA and 2C. RGB value is (221,250,44). Sum of RGB (Red+Green+Blue) = 221+250+44=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 44 (17.58% from 255 or 8.54% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFA2C is #2205D3. Grayscale: #DADADA. Windows color (decimal): -2229716 or 2947805. OLE color: 2947805.
HSL color Cylindrical-coordinate representation of color #DDFA2C: hue angle of 68.45º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDFA2C is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 44 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.02 |
| HSL | 68.45º | 0.95% | 0.58% | - |
| HSV(B) | 68.45º | 0.82% | 0.98% | - |
| XYZ | 64.46 | 83.93 | 15.18 | - |
| YUV | 217.85 | 29.89 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 44 | 0.12 | 0 | 0.82 | 0.02 | 68.45 | 0.95 | 0.58 |
| Hex | DD | FA | 2C | C | 0 | 52 | 2 | 44 | 5F | 3A |
| Octal | 335 | 372 | 54 | 14 | 0 | 122 | 2 | 104 | 137 | 72 |
| Binary | 11011101 | 11111010 | 101100 | 1100 | 0 | 1010010 | 10 | 1000100 | 1011111 | 111010 |
Color Harmonies of #DDFA2C
Complementary color
Monochromatic Colors of #DDFA2C
Black with #DDFA2C
Text Example
Text Example
White with #DDFA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFA2C; }
p { color: rgb(221,250,44); }
H1.HeaderClassName
{
color: #DDFA2C;
}
.AnyTagClassName
{
color: #DDFA2C;
}
</style>
background-color css
<style>
a { background-color: #DDFA2C; }
a { background-color: rgb(221,250,44); }
div.DivClassName
{
background-color: #DDFA2C;
}
.BgClassName
{
background-color: #DDFA2C;
}
</style>
border-color css
<style>
span { border-color: #DDFA2C; }
span { border-color: rgb(221,250,44); }
td.TdClassName
{
border-color: #DDFA2C;
}
.TagClassName
{
border-color: #DDFA2C;
}
</style>