Shades of Pear #DDEB2D
Tints of Pear #DDEB2D
RGB
CMYK
RGB Variations
Color information
#DDEB2D (or 0xDDEB2D) is known color: Pear. HEX triplet: DD, EB and 2D. RGB value is (221,235,45). Sum of RGB (Red+Green+Blue) = 221+235+45=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 45 (17.97% from 255 or 8.98% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEB2D is #2214D2. Grayscale: #D1D1D1. Windows color (decimal): -2233555 or 3009501. OLE color: 3009501.
HSL color Cylindrical-coordinate representation of color #DDEB2D: hue angle of 64.42º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDEB2D is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 45 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.08 |
| HSL | 64.42º | 0.83% | 0.55% | - |
| HSV(B) | 64.42º | 0.81% | 0.92% | - |
| XYZ | 60 | 74.98 | 13.79 | - |
| YUV | 209.15 | 35.36 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 45 | 0.06 | 0 | 0.81 | 0.08 | 64.42 | 0.83 | 0.55 |
| Hex | DD | EB | 2D | 6 | 0 | 51 | 8 | 40 | 53 | 37 |
| Octal | 335 | 353 | 55 | 6 | 0 | 121 | 10 | 100 | 123 | 67 |
| Binary | 11011101 | 11101011 | 101101 | 110 | 0 | 1010001 | 1000 | 1000000 | 1010011 | 110111 |
Color Harmonies of #DDEB2D
Complementary color
Monochromatic Colors of #DDEB2D
Black with #DDEB2D
Text Example
Text Example
White with #DDEB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEB2D; }
p { color: rgb(221,235,45); }
H1.HeaderClassName
{
color: #DDEB2D;
}
.AnyTagClassName
{
color: #DDEB2D;
}
</style>
background-color css
<style>
a { background-color: #DDEB2D; }
a { background-color: rgb(221,235,45); }
div.DivClassName
{
background-color: #DDEB2D;
}
.BgClassName
{
background-color: #DDEB2D;
}
</style>
border-color css
<style>
span { border-color: #DDEB2D; }
span { border-color: rgb(221,235,45); }
td.TdClassName
{
border-color: #DDEB2D;
}
.TagClassName
{
border-color: #DDEB2D;
}
</style>