Shades of Pear #DDF11D
Tints of Pear #DDF11D
RGB
CMYK
RGB Variations
Color information
#DDF11D (or 0xDDF11D) is known color: Pear. HEX triplet: DD, F1 and 1D. RGB value is (221,241,29). Sum of RGB (Red+Green+Blue) = 221+241+29=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 29 (11.72% from 255 or 5.91% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF11D is #220EE2. Grayscale: #D3D3D3. Windows color (decimal): -2232035 or 1962461. OLE color: 1962461.
HSL color Cylindrical-coordinate representation of color #DDF11D: hue angle of 65.66º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDF11D is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 29 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.05 |
| HSL | 65.66º | 0.88% | 0.53% | - |
| HSV(B) | 65.66º | 0.88% | 0.95% | - |
| XYZ | 61.5 | 78.37 | 13.05 | - |
| YUV | 210.85 | 25.37 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 29 | 0.08 | 0 | 0.88 | 0.05 | 65.66 | 0.88 | 0.53 |
| Hex | DD | F1 | 1D | 8 | 0 | 58 | 5 | 42 | 58 | 35 |
| Octal | 335 | 361 | 35 | 10 | 0 | 130 | 5 | 102 | 130 | 65 |
| Binary | 11011101 | 11110001 | 11101 | 1000 | 0 | 1011000 | 101 | 1000010 | 1011000 | 110101 |
Color Harmonies of #DDF11D
Complementary color
Monochromatic Colors of #DDF11D
Black with #DDF11D
Text Example
Text Example
White with #DDF11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF11D; }
p { color: rgb(221,241,29); }
H1.HeaderClassName
{
color: #DDF11D;
}
.AnyTagClassName
{
color: #DDF11D;
}
</style>
background-color css
<style>
a { background-color: #DDF11D; }
a { background-color: rgb(221,241,29); }
div.DivClassName
{
background-color: #DDF11D;
}
.BgClassName
{
background-color: #DDF11D;
}
</style>
border-color css
<style>
span { border-color: #DDF11D; }
span { border-color: rgb(221,241,29); }
td.TdClassName
{
border-color: #DDF11D;
}
.TagClassName
{
border-color: #DDF11D;
}
</style>