Shades of Pear #DDF521
Tints of Pear #DDF521
RGB
CMYK
RGB Variations
Color information
#DDF521 (or 0xDDF521) is known color: Pear. HEX triplet: DD, F5 and 21. RGB value is (221,245,33). Sum of RGB (Red+Green+Blue) = 221+245+33=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 33 (13.28% from 255 or 6.61% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF521 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF521 is #220ADE. Grayscale: #D6D6D6. Windows color (decimal): -2231007 or 2225629. OLE color: 2225629.
HSL color Cylindrical-coordinate representation of color #DDF521: hue angle of 66.79º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDF521 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 33 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.04 |
| HSL | 66.79º | 0.91% | 0.55% | - |
| HSV(B) | 66.79º | 0.87% | 0.96% | - |
| XYZ | 62.75 | 80.79 | 13.73 | - |
| YUV | 213.66 | 26.05 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 33 | 0.10 | 0 | 0.87 | 0.04 | 66.79 | 0.91 | 0.55 |
| Hex | DD | F5 | 21 | A | 0 | 57 | 4 | 43 | 5B | 37 |
| Octal | 335 | 365 | 41 | 12 | 0 | 127 | 4 | 103 | 133 | 67 |
| Binary | 11011101 | 11110101 | 100001 | 1010 | 0 | 1010111 | 100 | 1000011 | 1011011 | 110111 |
Color Harmonies of #DDF521
Complementary color
Monochromatic Colors of #DDF521
Black with #DDF521
Text Example
Text Example
White with #DDF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF521; }
p { color: rgb(221,245,33); }
H1.HeaderClassName
{
color: #DDF521;
}
.AnyTagClassName
{
color: #DDF521;
}
</style>
background-color css
<style>
a { background-color: #DDF521; }
a { background-color: rgb(221,245,33); }
div.DivClassName
{
background-color: #DDF521;
}
.BgClassName
{
background-color: #DDF521;
}
</style>
border-color css
<style>
span { border-color: #DDF521; }
span { border-color: rgb(221,245,33); }
td.TdClassName
{
border-color: #DDF521;
}
.TagClassName
{
border-color: #DDF521;
}
</style>