Shades of Pear #DDFB31
Tints of Pear #DDFB31
RGB
CMYK
RGB Variations
Color information
#DDFB31 (or 0xDDFB31) is known color: Pear. HEX triplet: DD, FB and 31. RGB value is (221,251,49). Sum of RGB (Red+Green+Blue) = 221+251+49=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 49 (19.53% from 255 or 9.40% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFB31 is #2204CE. Grayscale: #DBDBDB. Windows color (decimal): -2229455 or 3275741. OLE color: 3275741.
HSL color Cylindrical-coordinate representation of color #DDFB31: hue angle of 68.91º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDFB31 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 49 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.02 |
| HSL | 68.91º | 0.96% | 0.59% | - |
| HSV(B) | 68.91º | 0.8% | 0.98% | - |
| XYZ | 64.87 | 84.59 | 15.81 | - |
| YUV | 219 | 32.06 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 49 | 0.12 | 0 | 0.80 | 0.02 | 68.91 | 0.96 | 0.59 |
| Hex | DD | FB | 31 | C | 0 | 50 | 2 | 45 | 60 | 3B |
| Octal | 335 | 373 | 61 | 14 | 0 | 120 | 2 | 105 | 140 | 73 |
| Binary | 11011101 | 11111011 | 110001 | 1100 | 0 | 1010000 | 10 | 1000101 | 1100000 | 111011 |
Color Harmonies of #DDFB31
Complementary color
Monochromatic Colors of #DDFB31
Black with #DDFB31
Text Example
Text Example
White with #DDFB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB31; }
p { color: rgb(221,251,49); }
H1.HeaderClassName
{
color: #DDFB31;
}
.AnyTagClassName
{
color: #DDFB31;
}
</style>
background-color css
<style>
a { background-color: #DDFB31; }
a { background-color: rgb(221,251,49); }
div.DivClassName
{
background-color: #DDFB31;
}
.BgClassName
{
background-color: #DDFB31;
}
</style>
border-color css
<style>
span { border-color: #DDFB31; }
span { border-color: rgb(221,251,49); }
td.TdClassName
{
border-color: #DDFB31;
}
.TagClassName
{
border-color: #DDFB31;
}
</style>