Shades of Pear #DDEA35
Tints of Pear #DDEA35
RGB
CMYK
RGB Variations
Color information
#DDEA35 (or 0xDDEA35) is known color: Pear. HEX triplet: DD, EA and 35. RGB value is (221,234,53). Sum of RGB (Red+Green+Blue) = 221+234+53=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 53 (21.09% from 255 or 10.43% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEA35 is #2215CA. Grayscale: #D2D2D2. Windows color (decimal): -2233803 or 3533533. OLE color: 3533533.
HSL color Cylindrical-coordinate representation of color #DDEA35: hue angle of 64.31º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDEA35 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 53 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.08 |
| HSL | 64.31º | 0.81% | 0.56% | - |
| HSV(B) | 64.31º | 0.77% | 0.92% | - |
| XYZ | 59.88 | 74.47 | 14.59 | - |
| YUV | 209.48 | 39.69 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 53 | 0.06 | 0 | 0.77 | 0.08 | 64.31 | 0.81 | 0.56 |
| Hex | DD | EA | 35 | 6 | 0 | 4D | 8 | 40 | 51 | 38 |
| Octal | 335 | 352 | 65 | 6 | 0 | 115 | 10 | 100 | 121 | 70 |
| Binary | 11011101 | 11101010 | 110101 | 110 | 0 | 1001101 | 1000 | 1000000 | 1010001 | 111000 |
Color Harmonies of #DDEA35
Complementary color
Monochromatic Colors of #DDEA35
Black with #DDEA35
Text Example
Text Example
White with #DDEA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEA35; }
p { color: rgb(221,234,53); }
H1.HeaderClassName
{
color: #DDEA35;
}
.AnyTagClassName
{
color: #DDEA35;
}
</style>
background-color css
<style>
a { background-color: #DDEA35; }
a { background-color: rgb(221,234,53); }
div.DivClassName
{
background-color: #DDEA35;
}
.BgClassName
{
background-color: #DDEA35;
}
</style>
border-color css
<style>
span { border-color: #DDEA35; }
span { border-color: rgb(221,234,53); }
td.TdClassName
{
border-color: #DDEA35;
}
.TagClassName
{
border-color: #DDEA35;
}
</style>