Shades of Pear #DDE91A
Tints of Pear #DDE91A
RGB
CMYK
RGB Variations
Color information
#DDE91A (or 0xDDE91A) is known color: Pear. HEX triplet: DD, E9 and 1A. RGB value is (221,233,26). Sum of RGB (Red+Green+Blue) = 221+233+26=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 233 (91.41% from 255 or 48.54% from 480); Blue value is 26 (10.55% from 255 or 5.42% from 480); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE91A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE91A is #2216E5. Grayscale: #CECECE. Windows color (decimal): -2234086 or 1763805. OLE color: 1763805.
HSL color Cylindrical-coordinate representation of color #DDE91A: hue angle of 63.48º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDE91A is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 233 | 26 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.09 |
| HSL | 63.48º | 0.82% | 0.51% | - |
| HSV(B) | 63.48º | 0.89% | 0.91% | - |
| XYZ | 59.14 | 73.72 | 12.09 | - |
| YUV | 205.81 | 26.52 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 233 | 26 | 0.05 | 0 | 0.89 | 0.09 | 63.48 | 0.82 | 0.51 |
| Hex | DD | E9 | 1A | 5 | 0 | 59 | 9 | 3F | 52 | 33 |
| Octal | 335 | 351 | 32 | 5 | 0 | 131 | 11 | 77 | 122 | 63 |
| Binary | 11011101 | 11101001 | 11010 | 101 | 0 | 1011001 | 1001 | 111111 | 1010010 | 110011 |
Color Harmonies of #DDE91A
Complementary color
Monochromatic Colors of #DDE91A
Black with #DDE91A
Text Example
Text Example
White with #DDE91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE91A; }
p { color: rgb(221,233,26); }
H1.HeaderClassName
{
color: #DDE91A;
}
.AnyTagClassName
{
color: #DDE91A;
}
</style>
background-color css
<style>
a { background-color: #DDE91A; }
a { background-color: rgb(221,233,26); }
div.DivClassName
{
background-color: #DDE91A;
}
.BgClassName
{
background-color: #DDE91A;
}
</style>
border-color css
<style>
span { border-color: #DDE91A; }
span { border-color: rgb(221,233,26); }
td.TdClassName
{
border-color: #DDE91A;
}
.TagClassName
{
border-color: #DDE91A;
}
</style>