Shades of Pear #DDFB29
Tints of Pear #DDFB29
RGB
CMYK
RGB Variations
Color information
#DDFB29 (or 0xDDFB29) is known color: Pear. HEX triplet: DD, FB and 29. RGB value is (221,251,41). Sum of RGB (Red+Green+Blue) = 221+251+41=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 41 (16.41% from 255 or 7.99% from 513); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFB29 is #2204D6. Grayscale: #DADADA. Windows color (decimal): -2229463 or 2751453. OLE color: 2751453.
HSL color Cylindrical-coordinate representation of color #DDFB29: hue angle of 68.57º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDFB29 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 41 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.02 |
| HSL | 68.57º | 0.96% | 0.57% | - |
| HSV(B) | 68.57º | 0.84% | 0.98% | - |
| XYZ | 64.72 | 84.53 | 15 | - |
| YUV | 218.09 | 28.06 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 41 | 0.12 | 0 | 0.84 | 0.02 | 68.57 | 0.96 | 0.57 |
| Hex | DD | FB | 29 | C | 0 | 54 | 2 | 45 | 60 | 39 |
| Octal | 335 | 373 | 51 | 14 | 0 | 124 | 2 | 105 | 140 | 71 |
| Binary | 11011101 | 11111011 | 101001 | 1100 | 0 | 1010100 | 10 | 1000101 | 1100000 | 111001 |
Color Harmonies of #DDFB29
Complementary color
Monochromatic Colors of #DDFB29
Black with #DDFB29
Text Example
Text Example
White with #DDFB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB29; }
p { color: rgb(221,251,41); }
H1.HeaderClassName
{
color: #DDFB29;
}
.AnyTagClassName
{
color: #DDFB29;
}
</style>
background-color css
<style>
a { background-color: #DDFB29; }
a { background-color: rgb(221,251,41); }
div.DivClassName
{
background-color: #DDFB29;
}
.BgClassName
{
background-color: #DDFB29;
}
</style>
border-color css
<style>
span { border-color: #DDFB29; }
span { border-color: rgb(221,251,41); }
td.TdClassName
{
border-color: #DDFB29;
}
.TagClassName
{
border-color: #DDFB29;
}
</style>