Shades of Pear #DDFB2A
Tints of Pear #DDFB2A
RGB
CMYK
RGB Variations
Color information
#DDFB2A (or 0xDDFB2A) is known color: Pear. HEX triplet: DD, FB and 2A. RGB value is (221,251,42). Sum of RGB (Red+Green+Blue) = 221+251+42=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 42 (16.80% from 255 or 8.17% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFB2A is #2204D5. Grayscale: #DBDBDB. Windows color (decimal): -2229462 or 2816989. OLE color: 2816989.
HSL color Cylindrical-coordinate representation of color #DDFB2A: hue angle of 68.61º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDFB2A is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 42 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.02 |
| HSL | 68.61º | 0.96% | 0.57% | - |
| HSV(B) | 68.61º | 0.83% | 0.98% | - |
| XYZ | 64.73 | 84.53 | 15.1 | - |
| YUV | 218.2 | 28.56 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 42 | 0.12 | 0 | 0.83 | 0.02 | 68.61 | 0.96 | 0.57 |
| Hex | DD | FB | 2A | C | 0 | 53 | 2 | 45 | 60 | 39 |
| Octal | 335 | 373 | 52 | 14 | 0 | 123 | 2 | 105 | 140 | 71 |
| Binary | 11011101 | 11111011 | 101010 | 1100 | 0 | 1010011 | 10 | 1000101 | 1100000 | 111001 |
Color Harmonies of #DDFB2A
Complementary color
Monochromatic Colors of #DDFB2A
Black with #DDFB2A
Text Example
Text Example
White with #DDFB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB2A; }
p { color: rgb(221,251,42); }
H1.HeaderClassName
{
color: #DDFB2A;
}
.AnyTagClassName
{
color: #DDFB2A;
}
</style>
background-color css
<style>
a { background-color: #DDFB2A; }
a { background-color: rgb(221,251,42); }
div.DivClassName
{
background-color: #DDFB2A;
}
.BgClassName
{
background-color: #DDFB2A;
}
</style>
border-color css
<style>
span { border-color: #DDFB2A; }
span { border-color: rgb(221,251,42); }
td.TdClassName
{
border-color: #DDFB2A;
}
.TagClassName
{
border-color: #DDFB2A;
}
</style>