Shades of Pear #DDF11F
Tints of Pear #DDF11F
RGB
CMYK
RGB Variations
Color information
#DDF11F (or 0xDDF11F) is known color: Pear. HEX triplet: DD, F1 and 1F. RGB value is (221,241,31). Sum of RGB (Red+Green+Blue) = 221+241+31=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 31 (12.5% from 255 or 6.29% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF11F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF11F is #220EE0. Grayscale: #D3D3D3. Windows color (decimal): -2232033 or 2093533. OLE color: 2093533.
HSL color Cylindrical-coordinate representation of color #DDF11F: hue angle of 65.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDF11F is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 31 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.05 |
| HSL | 65.71º | 0.88% | 0.53% | - |
| HSV(B) | 65.71º | 0.87% | 0.95% | - |
| XYZ | 61.52 | 78.38 | 13.18 | - |
| YUV | 211.08 | 26.37 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 31 | 0.08 | 0 | 0.87 | 0.05 | 65.71 | 0.88 | 0.53 |
| Hex | DD | F1 | 1F | 8 | 0 | 57 | 5 | 42 | 58 | 35 |
| Octal | 335 | 361 | 37 | 10 | 0 | 127 | 5 | 102 | 130 | 65 |
| Binary | 11011101 | 11110001 | 11111 | 1000 | 0 | 1010111 | 101 | 1000010 | 1011000 | 110101 |
Color Harmonies of #DDF11F
Complementary color
Monochromatic Colors of #DDF11F
Black with #DDF11F
Text Example
Text Example
White with #DDF11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF11F; }
p { color: rgb(221,241,31); }
H1.HeaderClassName
{
color: #DDF11F;
}
.AnyTagClassName
{
color: #DDF11F;
}
</style>
background-color css
<style>
a { background-color: #DDF11F; }
a { background-color: rgb(221,241,31); }
div.DivClassName
{
background-color: #DDF11F;
}
.BgClassName
{
background-color: #DDF11F;
}
</style>
border-color css
<style>
span { border-color: #DDF11F; }
span { border-color: rgb(221,241,31); }
td.TdClassName
{
border-color: #DDF11F;
}
.TagClassName
{
border-color: #DDF11F;
}
</style>