Shades of Pear #DDEA16
Tints of Pear #DDEA16
RGB
CMYK
RGB Variations
Color information
#DDEA16 (or 0xDDEA16) is known color: Pear. HEX triplet: DD, EA and 16. RGB value is (221,234,22). Sum of RGB (Red+Green+Blue) = 221+234+22=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 22 (8.98% from 255 or 4.61% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEA16 is #2215E9. Grayscale: #CECECE. Windows color (decimal): -2233834 or 1501917. OLE color: 1501917.
HSL color Cylindrical-coordinate representation of color #DDEA16: hue angle of 63.68º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDEA16 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 22 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.08 |
| HSL | 63.68º | 0.83% | 0.5% | - |
| HSV(B) | 63.68º | 0.91% | 0.92% | - |
| XYZ | 59.39 | 74.28 | 11.97 | - |
| YUV | 205.95 | 24.19 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 22 | 0.06 | 0 | 0.91 | 0.08 | 63.68 | 0.83 | 0.5 |
| Hex | DD | EA | 16 | 6 | 0 | 5B | 8 | 40 | 53 | 32 |
| Octal | 335 | 352 | 26 | 6 | 0 | 133 | 10 | 100 | 123 | 62 |
| Binary | 11011101 | 11101010 | 10110 | 110 | 0 | 1011011 | 1000 | 1000000 | 1010011 | 110010 |
Color Harmonies of #DDEA16
Complementary color
Monochromatic Colors of #DDEA16
Black with #DDEA16
Text Example
Text Example
White with #DDEA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEA16; }
p { color: rgb(221,234,22); }
H1.HeaderClassName
{
color: #DDEA16;
}
.AnyTagClassName
{
color: #DDEA16;
}
</style>
background-color css
<style>
a { background-color: #DDEA16; }
a { background-color: rgb(221,234,22); }
div.DivClassName
{
background-color: #DDEA16;
}
.BgClassName
{
background-color: #DDEA16;
}
</style>
border-color css
<style>
span { border-color: #DDEA16; }
span { border-color: rgb(221,234,22); }
td.TdClassName
{
border-color: #DDEA16;
}
.TagClassName
{
border-color: #DDEA16;
}
</style>