Shades of Pear #DDE31D
Tints of Pear #DDE31D
RGB
CMYK
RGB Variations
Color information
#DDE31D (or 0xDDE31D) is known color: Pear. HEX triplet: DD, E3 and 1D. RGB value is (221,227,29). Sum of RGB (Red+Green+Blue) = 221+227+29=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 29 (11.72% from 255 or 6.08% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE31D is #221CE2. Grayscale: #CBCBCB. Windows color (decimal): -2235619 or 1958877. OLE color: 1958877.
HSL color Cylindrical-coordinate representation of color #DDE31D: hue angle of 61.82º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDE31D is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 29 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.11 |
| HSL | 61.82º | 0.78% | 0.5% | - |
| HSV(B) | 61.82º | 0.87% | 0.89% | - |
| XYZ | 57.51 | 70.4 | 11.72 | - |
| YUV | 202.63 | 30.01 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 29 | 0.03 | 0 | 0.87 | 0.11 | 61.82 | 0.78 | 0.5 |
| Hex | DD | E3 | 1D | 3 | 0 | 57 | B | 3E | 4E | 32 |
| Octal | 335 | 343 | 35 | 3 | 0 | 127 | 13 | 76 | 116 | 62 |
| Binary | 11011101 | 11100011 | 11101 | 11 | 0 | 1010111 | 1011 | 111110 | 1001110 | 110010 |
Color Harmonies of #DDE31D
Complementary color
Monochromatic Colors of #DDE31D
Black with #DDE31D
Text Example
Text Example
White with #DDE31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE31D; }
p { color: rgb(221,227,29); }
H1.HeaderClassName
{
color: #DDE31D;
}
.AnyTagClassName
{
color: #DDE31D;
}
</style>
background-color css
<style>
a { background-color: #DDE31D; }
a { background-color: rgb(221,227,29); }
div.DivClassName
{
background-color: #DDE31D;
}
.BgClassName
{
background-color: #DDE31D;
}
</style>
border-color css
<style>
span { border-color: #DDE31D; }
span { border-color: rgb(221,227,29); }
td.TdClassName
{
border-color: #DDE31D;
}
.TagClassName
{
border-color: #DDE31D;
}
</style>