Shades of Pear #DDEB32
Tints of Pear #DDEB32
RGB
CMYK
RGB Variations
Color information
#DDEB32 (or 0xDDEB32) is known color: Pear. HEX triplet: DD, EB and 32. RGB value is (221,235,50). Sum of RGB (Red+Green+Blue) = 221+235+50=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 50 (19.92% from 255 or 9.88% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEB32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEB32 is #2214CD. Grayscale: #D2D2D2. Windows color (decimal): -2233550 or 3337181. OLE color: 3337181.
HSL color Cylindrical-coordinate representation of color #DDEB32: hue angle of 64.54º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDEB32 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 50 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.08 |
| HSL | 64.54º | 0.82% | 0.56% | - |
| HSV(B) | 64.54º | 0.79% | 0.92% | - |
| XYZ | 60.1 | 75.02 | 14.33 | - |
| YUV | 209.72 | 37.86 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 50 | 0.06 | 0 | 0.79 | 0.08 | 64.54 | 0.82 | 0.56 |
| Hex | DD | EB | 32 | 6 | 0 | 4F | 8 | 41 | 52 | 38 |
| Octal | 335 | 353 | 62 | 6 | 0 | 117 | 10 | 101 | 122 | 70 |
| Binary | 11011101 | 11101011 | 110010 | 110 | 0 | 1001111 | 1000 | 1000001 | 1010010 | 111000 |
Color Harmonies of #DDEB32
Complementary color
Monochromatic Colors of #DDEB32
Black with #DDEB32
Text Example
Text Example
White with #DDEB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEB32; }
p { color: rgb(221,235,50); }
H1.HeaderClassName
{
color: #DDEB32;
}
.AnyTagClassName
{
color: #DDEB32;
}
</style>
background-color css
<style>
a { background-color: #DDEB32; }
a { background-color: rgb(221,235,50); }
div.DivClassName
{
background-color: #DDEB32;
}
.BgClassName
{
background-color: #DDEB32;
}
</style>
border-color css
<style>
span { border-color: #DDEB32; }
span { border-color: rgb(221,235,50); }
td.TdClassName
{
border-color: #DDEB32;
}
.TagClassName
{
border-color: #DDEB32;
}
</style>