Shades of Pear #DDFD2A
Tints of Pear #DDFD2A
RGB
CMYK
RGB Variations
Color information
#DDFD2A (or 0xDDFD2A) is known color: Pear. HEX triplet: DD, FD and 2A. RGB value is (221,253,42). Sum of RGB (Red+Green+Blue) = 221+253+42=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 42 (16.80% from 255 or 8.14% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFD2A is #2202D5. Grayscale: #DCDCDC. Windows color (decimal): -2228950 or 2817501. OLE color: 2817501.
HSL color Cylindrical-coordinate representation of color #DDFD2A: hue angle of 69.1º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDFD2A is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 42 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.01 |
| HSL | 69.1º | 0.98% | 0.58% | - |
| HSV(B) | 69.1º | 0.83% | 0.99% | - |
| XYZ | 65.36 | 85.79 | 15.3 | - |
| YUV | 219.38 | 27.9 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 42 | 0.13 | 0 | 0.83 | 0.01 | 69.1 | 0.98 | 0.58 |
| Hex | DD | FD | 2A | D | 0 | 53 | 1 | 45 | 62 | 3A |
| Octal | 335 | 375 | 52 | 15 | 0 | 123 | 1 | 105 | 142 | 72 |
| Binary | 11011101 | 11111101 | 101010 | 1101 | 0 | 1010011 | 1 | 1000101 | 1100010 | 111010 |
Color Harmonies of #DDFD2A
Complementary color
Monochromatic Colors of #DDFD2A
Black with #DDFD2A
Text Example
Text Example
White with #DDFD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD2A; }
p { color: rgb(221,253,42); }
H1.HeaderClassName
{
color: #DDFD2A;
}
.AnyTagClassName
{
color: #DDFD2A;
}
</style>
background-color css
<style>
a { background-color: #DDFD2A; }
a { background-color: rgb(221,253,42); }
div.DivClassName
{
background-color: #DDFD2A;
}
.BgClassName
{
background-color: #DDFD2A;
}
</style>
border-color css
<style>
span { border-color: #DDFD2A; }
span { border-color: rgb(221,253,42); }
td.TdClassName
{
border-color: #DDFD2A;
}
.TagClassName
{
border-color: #DDFD2A;
}
</style>