Shades of Pear #DDE017
Tints of Pear #DDE017
RGB
CMYK
RGB Variations
Color information
#DDE017 (or 0xDDE017) is known color: Pear. HEX triplet: DD, E0 and 17. RGB value is (221,224,23). Sum of RGB (Red+Green+Blue) = 221+224+23=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 23 (9.38% from 255 or 4.91% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE017 is #221FE8. Grayscale: #C8C8C8. Windows color (decimal): -2236393 or 1564893. OLE color: 1564893.
HSL color Cylindrical-coordinate representation of color #DDE017: hue angle of 60.9º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDE017 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 23 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.12 |
| HSL | 60.9º | 0.81% | 0.48% | - |
| HSV(B) | 60.9º | 0.9% | 0.88% | - |
| XYZ | 56.63 | 68.75 | 11.1 | - |
| YUV | 200.19 | 28.01 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 23 | 0.01 | 0 | 0.90 | 0.12 | 60.9 | 0.81 | 0.48 |
| Hex | DD | E0 | 17 | 1 | 0 | 5A | C | 3D | 51 | 30 |
| Octal | 335 | 340 | 27 | 1 | 0 | 132 | 14 | 75 | 121 | 60 |
| Binary | 11011101 | 11100000 | 10111 | 1 | 0 | 1011010 | 1100 | 111101 | 1010001 | 110000 |
Color Harmonies of #DDE017
Complementary color
Monochromatic Colors of #DDE017
Black with #DDE017
Text Example
Text Example
White with #DDE017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE017; }
p { color: rgb(221,224,23); }
H1.HeaderClassName
{
color: #DDE017;
}
.AnyTagClassName
{
color: #DDE017;
}
</style>
background-color css
<style>
a { background-color: #DDE017; }
a { background-color: rgb(221,224,23); }
div.DivClassName
{
background-color: #DDE017;
}
.BgClassName
{
background-color: #DDE017;
}
</style>
border-color css
<style>
span { border-color: #DDE017; }
span { border-color: rgb(221,224,23); }
td.TdClassName
{
border-color: #DDE017;
}
.TagClassName
{
border-color: #DDE017;
}
</style>