Shades of Pear #DDED2D
Tints of Pear #DDED2D
RGB
CMYK
RGB Variations
Color information
#DDED2D (or 0xDDED2D) is known color: Pear. HEX triplet: DD, ED and 2D. RGB value is (221,237,45). Sum of RGB (Red+Green+Blue) = 221+237+45=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 45 (17.97% from 255 or 8.95% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDED2D is #2212D2. Grayscale: #D3D3D3. Windows color (decimal): -2233043 or 3010013. OLE color: 3010013.
HSL color Cylindrical-coordinate representation of color #DDED2D: hue angle of 65º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDED2D is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 45 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.07 |
| HSL | 65º | 0.84% | 0.55% | - |
| HSV(B) | 65º | 0.81% | 0.93% | - |
| XYZ | 60.58 | 76.13 | 13.98 | - |
| YUV | 210.33 | 34.7 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 45 | 0.07 | 0 | 0.81 | 0.07 | 65 | 0.84 | 0.55 |
| Hex | DD | ED | 2D | 7 | 0 | 51 | 7 | 41 | 54 | 37 |
| Octal | 335 | 355 | 55 | 7 | 0 | 121 | 7 | 101 | 124 | 67 |
| Binary | 11011101 | 11101101 | 101101 | 111 | 0 | 1010001 | 111 | 1000001 | 1010100 | 110111 |
Color Harmonies of #DDED2D
Complementary color
Monochromatic Colors of #DDED2D
Black with #DDED2D
Text Example
Text Example
White with #DDED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDED2D; }
p { color: rgb(221,237,45); }
H1.HeaderClassName
{
color: #DDED2D;
}
.AnyTagClassName
{
color: #DDED2D;
}
</style>
background-color css
<style>
a { background-color: #DDED2D; }
a { background-color: rgb(221,237,45); }
div.DivClassName
{
background-color: #DDED2D;
}
.BgClassName
{
background-color: #DDED2D;
}
</style>
border-color css
<style>
span { border-color: #DDED2D; }
span { border-color: rgb(221,237,45); }
td.TdClassName
{
border-color: #DDED2D;
}
.TagClassName
{
border-color: #DDED2D;
}
</style>