Shades of Pear #DDF335
Tints of Pear #DDF335
RGB
CMYK
RGB Variations
Color information
#DDF335 (or 0xDDF335) is known color: Pear. HEX triplet: DD, F3 and 35. RGB value is (221,243,53). Sum of RGB (Red+Green+Blue) = 221+243+53=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 53 (21.09% from 255 or 10.25% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF335 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF335 is #220CCA. Grayscale: #D7D7D7. Windows color (decimal): -2231499 or 3535837. OLE color: 3535837.
HSL color Cylindrical-coordinate representation of color #DDF335: hue angle of 66.95º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDF335 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 53 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.05 |
| HSL | 66.95º | 0.89% | 0.58% | - |
| HSV(B) | 66.95º | 0.78% | 0.95% | - |
| XYZ | 62.51 | 79.73 | 15.46 | - |
| YUV | 214.76 | 36.71 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 53 | 0.09 | 0 | 0.78 | 0.05 | 66.95 | 0.89 | 0.58 |
| Hex | DD | F3 | 35 | 9 | 0 | 4E | 5 | 43 | 59 | 3A |
| Octal | 335 | 363 | 65 | 11 | 0 | 116 | 5 | 103 | 131 | 72 |
| Binary | 11011101 | 11110011 | 110101 | 1001 | 0 | 1001110 | 101 | 1000011 | 1011001 | 111010 |
Color Harmonies of #DDF335
Complementary color
Monochromatic Colors of #DDF335
Black with #DDF335
Text Example
Text Example
White with #DDF335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF335; }
p { color: rgb(221,243,53); }
H1.HeaderClassName
{
color: #DDF335;
}
.AnyTagClassName
{
color: #DDF335;
}
</style>
background-color css
<style>
a { background-color: #DDF335; }
a { background-color: rgb(221,243,53); }
div.DivClassName
{
background-color: #DDF335;
}
.BgClassName
{
background-color: #DDF335;
}
</style>
border-color css
<style>
span { border-color: #DDF335; }
span { border-color: rgb(221,243,53); }
td.TdClassName
{
border-color: #DDF335;
}
.TagClassName
{
border-color: #DDF335;
}
</style>