Shades of Pear #DDF33A
Tints of Pear #DDF33A
RGB
CMYK
RGB Variations
Color information
#DDF33A (or 0xDDF33A) is known color: Pear. HEX triplet: DD, F3 and 3A. RGB value is (221,243,58). Sum of RGB (Red+Green+Blue) = 221+243+58=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 58 (23.05% from 255 or 11.11% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF33A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF33A is #220CC5. Grayscale: #D8D8D8. Windows color (decimal): -2231494 or 3863517. OLE color: 3863517.
HSL color Cylindrical-coordinate representation of color #DDF33A: hue angle of 67.14º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDF33A is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 58 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.05 |
| HSL | 67.14º | 0.89% | 0.59% | - |
| HSV(B) | 67.14º | 0.76% | 0.95% | - |
| XYZ | 62.63 | 79.78 | 16.1 | - |
| YUV | 215.33 | 39.21 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 58 | 0.09 | 0 | 0.76 | 0.05 | 67.14 | 0.89 | 0.59 |
| Hex | DD | F3 | 3A | 9 | 0 | 4C | 5 | 43 | 59 | 3B |
| Octal | 335 | 363 | 72 | 11 | 0 | 114 | 5 | 103 | 131 | 73 |
| Binary | 11011101 | 11110011 | 111010 | 1001 | 0 | 1001100 | 101 | 1000011 | 1011001 | 111011 |
Color Harmonies of #DDF33A
Complementary color
Monochromatic Colors of #DDF33A
Black with #DDF33A
Text Example
Text Example
White with #DDF33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF33A; }
p { color: rgb(221,243,58); }
H1.HeaderClassName
{
color: #DDF33A;
}
.AnyTagClassName
{
color: #DDF33A;
}
</style>
background-color css
<style>
a { background-color: #DDF33A; }
a { background-color: rgb(221,243,58); }
div.DivClassName
{
background-color: #DDF33A;
}
.BgClassName
{
background-color: #DDF33A;
}
</style>
border-color css
<style>
span { border-color: #DDF33A; }
span { border-color: rgb(221,243,58); }
td.TdClassName
{
border-color: #DDF33A;
}
.TagClassName
{
border-color: #DDF33A;
}
</style>