Shades of Pear #DDED18
Tints of Pear #DDED18
RGB
CMYK
RGB Variations
Color information
#DDED18 (or 0xDDED18) is known color: Pear. HEX triplet: DD, ED and 18. RGB value is (221,237,24). Sum of RGB (Red+Green+Blue) = 221+237+24=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 24 (9.77% from 255 or 4.98% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDED18 is #2212E7. Grayscale: #D0D0D0. Windows color (decimal): -2233064 or 1633757. OLE color: 1633757.
HSL color Cylindrical-coordinate representation of color #DDED18: hue angle of 64.51º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDED18 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 24 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.07 |
| HSL | 64.51º | 0.86% | 0.51% | - |
| HSV(B) | 64.51º | 0.9% | 0.93% | - |
| XYZ | 60.27 | 76.01 | 12.36 | - |
| YUV | 207.93 | 24.2 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 24 | 0.07 | 0 | 0.90 | 0.07 | 64.51 | 0.86 | 0.51 |
| Hex | DD | ED | 18 | 7 | 0 | 5A | 7 | 41 | 56 | 33 |
| Octal | 335 | 355 | 30 | 7 | 0 | 132 | 7 | 101 | 126 | 63 |
| Binary | 11011101 | 11101101 | 11000 | 111 | 0 | 1011010 | 111 | 1000001 | 1010110 | 110011 |
Color Harmonies of #DDED18
Complementary color
Monochromatic Colors of #DDED18
Black with #DDED18
Text Example
Text Example
White with #DDED18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDED18; }
p { color: rgb(221,237,24); }
H1.HeaderClassName
{
color: #DDED18;
}
.AnyTagClassName
{
color: #DDED18;
}
</style>
background-color css
<style>
a { background-color: #DDED18; }
a { background-color: rgb(221,237,24); }
div.DivClassName
{
background-color: #DDED18;
}
.BgClassName
{
background-color: #DDED18;
}
</style>
border-color css
<style>
span { border-color: #DDED18; }
span { border-color: rgb(221,237,24); }
td.TdClassName
{
border-color: #DDED18;
}
.TagClassName
{
border-color: #DDED18;
}
</style>