Shades of Pear #DDFC31
Tints of Pear #DDFC31
RGB
CMYK
RGB Variations
Color information
#DDFC31 (or 0xDDFC31) is known color: Pear. HEX triplet: DD, FC and 31. RGB value is (221,252,49). Sum of RGB (Red+Green+Blue) = 221+252+49=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 49 (19.53% from 255 or 9.39% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFC31 is #2203CE. Grayscale: #DCDCDC. Windows color (decimal): -2229199 or 3275997. OLE color: 3275997.
HSL color Cylindrical-coordinate representation of color #DDFC31: hue angle of 69.16º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDFC31 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 49 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.01 |
| HSL | 69.16º | 0.97% | 0.59% | - |
| HSV(B) | 69.16º | 0.81% | 0.99% | - |
| XYZ | 65.18 | 85.21 | 15.92 | - |
| YUV | 219.59 | 31.73 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 49 | 0.12 | 0 | 0.81 | 0.01 | 69.16 | 0.97 | 0.59 |
| Hex | DD | FC | 31 | C | 0 | 51 | 1 | 45 | 61 | 3B |
| Octal | 335 | 374 | 61 | 14 | 0 | 121 | 1 | 105 | 141 | 73 |
| Binary | 11011101 | 11111100 | 110001 | 1100 | 0 | 1010001 | 1 | 1000101 | 1100001 | 111011 |
Color Harmonies of #DDFC31
Complementary color
Monochromatic Colors of #DDFC31
Black with #DDFC31
Text Example
Text Example
White with #DDFC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC31; }
p { color: rgb(221,252,49); }
H1.HeaderClassName
{
color: #DDFC31;
}
.AnyTagClassName
{
color: #DDFC31;
}
</style>
background-color css
<style>
a { background-color: #DDFC31; }
a { background-color: rgb(221,252,49); }
div.DivClassName
{
background-color: #DDFC31;
}
.BgClassName
{
background-color: #DDFC31;
}
</style>
border-color css
<style>
span { border-color: #DDFC31; }
span { border-color: rgb(221,252,49); }
td.TdClassName
{
border-color: #DDFC31;
}
.TagClassName
{
border-color: #DDFC31;
}
</style>