Shades of Pear #DDE01E
Tints of Pear #DDE01E
RGB
CMYK
RGB Variations
Color information
#DDE01E (or 0xDDE01E) is known color: Pear. HEX triplet: DD, E0 and 1E. RGB value is (221,224,30). Sum of RGB (Red+Green+Blue) = 221+224+30=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 30 (12.11% from 255 or 6.32% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE01E is #221FE1. Grayscale: #C9C9C9. Windows color (decimal): -2236386 or 2023645. OLE color: 2023645.
HSL color Cylindrical-coordinate representation of color #DDE01E: hue angle of 60.93º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDE01E is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 30 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.12 |
| HSL | 60.93º | 0.76% | 0.5% | - |
| HSV(B) | 60.93º | 0.87% | 0.88% | - |
| XYZ | 56.71 | 68.78 | 11.51 | - |
| YUV | 200.99 | 31.51 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 30 | 0.01 | 0 | 0.87 | 0.12 | 60.93 | 0.76 | 0.5 |
| Hex | DD | E0 | 1E | 1 | 0 | 57 | C | 3D | 4C | 32 |
| Octal | 335 | 340 | 36 | 1 | 0 | 127 | 14 | 75 | 114 | 62 |
| Binary | 11011101 | 11100000 | 11110 | 1 | 0 | 1010111 | 1100 | 111101 | 1001100 | 110010 |
Color Harmonies of #DDE01E
Complementary color
Monochromatic Colors of #DDE01E
Black with #DDE01E
Text Example
Text Example
White with #DDE01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE01E; }
p { color: rgb(221,224,30); }
H1.HeaderClassName
{
color: #DDE01E;
}
.AnyTagClassName
{
color: #DDE01E;
}
</style>
background-color css
<style>
a { background-color: #DDE01E; }
a { background-color: rgb(221,224,30); }
div.DivClassName
{
background-color: #DDE01E;
}
.BgClassName
{
background-color: #DDE01E;
}
</style>
border-color css
<style>
span { border-color: #DDE01E; }
span { border-color: rgb(221,224,30); }
td.TdClassName
{
border-color: #DDE01E;
}
.TagClassName
{
border-color: #DDE01E;
}
</style>