Shades of Pear #DDF31D
Tints of Pear #DDF31D
RGB
CMYK
RGB Variations
Color information
#DDF31D (or 0xDDF31D) is known color: Pear. HEX triplet: DD, F3 and 1D. RGB value is (221,243,29). Sum of RGB (Red+Green+Blue) = 221+243+29=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 29 (11.72% from 255 or 5.88% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF31D is #220CE2. Grayscale: #D4D4D4. Windows color (decimal): -2231523 or 1962973. OLE color: 1962973.
HSL color Cylindrical-coordinate representation of color #DDF31D: hue angle of 66.17º degrees, saturation: 0.9, 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 #DDF31D is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 29 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.05 |
| HSL | 66.17º | 0.9% | 0.53% | - |
| HSV(B) | 66.17º | 0.88% | 0.95% | - |
| XYZ | 62.09 | 79.56 | 13.25 | - |
| YUV | 212.03 | 24.71 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 29 | 0.09 | 0 | 0.88 | 0.05 | 66.17 | 0.9 | 0.53 |
| Hex | DD | F3 | 1D | 9 | 0 | 58 | 5 | 42 | 5A | 35 |
| Octal | 335 | 363 | 35 | 11 | 0 | 130 | 5 | 102 | 132 | 65 |
| Binary | 11011101 | 11110011 | 11101 | 1001 | 0 | 1011000 | 101 | 1000010 | 1011010 | 110101 |
Color Harmonies of #DDF31D
Complementary color
Monochromatic Colors of #DDF31D
Black with #DDF31D
Text Example
Text Example
White with #DDF31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF31D; }
p { color: rgb(221,243,29); }
H1.HeaderClassName
{
color: #DDF31D;
}
.AnyTagClassName
{
color: #DDF31D;
}
</style>
background-color css
<style>
a { background-color: #DDF31D; }
a { background-color: rgb(221,243,29); }
div.DivClassName
{
background-color: #DDF31D;
}
.BgClassName
{
background-color: #DDF31D;
}
</style>
border-color css
<style>
span { border-color: #DDF31D; }
span { border-color: rgb(221,243,29); }
td.TdClassName
{
border-color: #DDF31D;
}
.TagClassName
{
border-color: #DDF31D;
}
</style>