Shades of Pear #DDE01D
Tints of Pear #DDE01D
RGB
CMYK
RGB Variations
Color information
#DDE01D (or 0xDDE01D) is known color: Pear. HEX triplet: DD, E0 and 1D. RGB value is (221,224,29). Sum of RGB (Red+Green+Blue) = 221+224+29=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 29 (11.72% from 255 or 6.12% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE01D is #221FE2. Grayscale: #C9C9C9. Windows color (decimal): -2236387 or 1958109. OLE color: 1958109.
HSL color Cylindrical-coordinate representation of color #DDE01D: hue angle of 60.92º degrees, saturation: 0.77, 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 #DDE01D is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 29 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.12 |
| HSL | 60.92º | 0.77% | 0.5% | - |
| HSV(B) | 60.92º | 0.87% | 0.88% | - |
| XYZ | 56.7 | 68.77 | 11.45 | - |
| YUV | 200.87 | 31.01 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 29 | 0.01 | 0 | 0.87 | 0.12 | 60.92 | 0.77 | 0.5 |
| Hex | DD | E0 | 1D | 1 | 0 | 57 | C | 3D | 4D | 32 |
| Octal | 335 | 340 | 35 | 1 | 0 | 127 | 14 | 75 | 115 | 62 |
| Binary | 11011101 | 11100000 | 11101 | 1 | 0 | 1010111 | 1100 | 111101 | 1001101 | 110010 |
Color Harmonies of #DDE01D
Complementary color
Monochromatic Colors of #DDE01D
Black with #DDE01D
Text Example
Text Example
White with #DDE01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE01D; }
p { color: rgb(221,224,29); }
H1.HeaderClassName
{
color: #DDE01D;
}
.AnyTagClassName
{
color: #DDE01D;
}
</style>
background-color css
<style>
a { background-color: #DDE01D; }
a { background-color: rgb(221,224,29); }
div.DivClassName
{
background-color: #DDE01D;
}
.BgClassName
{
background-color: #DDE01D;
}
</style>
border-color css
<style>
span { border-color: #DDE01D; }
span { border-color: rgb(221,224,29); }
td.TdClassName
{
border-color: #DDE01D;
}
.TagClassName
{
border-color: #DDE01D;
}
</style>