Shades of Pear #DDED1D
Tints of Pear #DDED1D
RGB
CMYK
RGB Variations
Color information
#DDED1D (or 0xDDED1D) is known color: Pear. HEX triplet: DD, ED and 1D. RGB value is (221,237,29). Sum of RGB (Red+Green+Blue) = 221+237+29=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 29 (11.72% from 255 or 5.95% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDED1D is #2212E2. Grayscale: #D1D1D1. Windows color (decimal): -2233059 or 1961437. OLE color: 1961437.
HSL color Cylindrical-coordinate representation of color #DDED1D: hue angle of 64.62º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDED1D is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 29 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.07 |
| HSL | 64.62º | 0.85% | 0.52% | - |
| HSV(B) | 64.62º | 0.88% | 0.93% | - |
| XYZ | 60.32 | 76.03 | 12.66 | - |
| YUV | 208.5 | 26.7 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 29 | 0.07 | 0 | 0.88 | 0.07 | 64.62 | 0.85 | 0.52 |
| Hex | DD | ED | 1D | 7 | 0 | 58 | 7 | 41 | 55 | 34 |
| Octal | 335 | 355 | 35 | 7 | 0 | 130 | 7 | 101 | 125 | 64 |
| Binary | 11011101 | 11101101 | 11101 | 111 | 0 | 1011000 | 111 | 1000001 | 1010101 | 110100 |
Color Harmonies of #DDED1D
Complementary color
Monochromatic Colors of #DDED1D
Black with #DDED1D
Text Example
Text Example
White with #DDED1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDED1D; }
p { color: rgb(221,237,29); }
H1.HeaderClassName
{
color: #DDED1D;
}
.AnyTagClassName
{
color: #DDED1D;
}
</style>
background-color css
<style>
a { background-color: #DDED1D; }
a { background-color: rgb(221,237,29); }
div.DivClassName
{
background-color: #DDED1D;
}
.BgClassName
{
background-color: #DDED1D;
}
</style>
border-color css
<style>
span { border-color: #DDED1D; }
span { border-color: rgb(221,237,29); }
td.TdClassName
{
border-color: #DDED1D;
}
.TagClassName
{
border-color: #DDED1D;
}
</style>