Shades of Pear #DDE626
Tints of Pear #DDE626
RGB
CMYK
RGB Variations
Color information
#DDE626 (or 0xDDE626) is known color: Pear. HEX triplet: DD, E6 and 26. RGB value is (221,230,38). Sum of RGB (Red+Green+Blue) = 221+230+38=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 38 (15.23% from 255 or 7.77% from 489); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE626 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE626 is #2219D9. Grayscale: #CECECE. Windows color (decimal): -2234842 or 2549469. OLE color: 2549469.
HSL color Cylindrical-coordinate representation of color #DDE626: hue angle of 62.81º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDE626 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 38 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.10 |
| HSL | 62.81º | 0.79% | 0.53% | - |
| HSV(B) | 62.81º | 0.83% | 0.9% | - |
| XYZ | 58.47 | 72.11 | 12.67 | - |
| YUV | 205.42 | 33.52 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 38 | 0.04 | 0 | 0.83 | 0.10 | 62.81 | 0.79 | 0.53 |
| Hex | DD | E6 | 26 | 4 | 0 | 53 | A | 3F | 4F | 35 |
| Octal | 335 | 346 | 46 | 4 | 0 | 123 | 12 | 77 | 117 | 65 |
| Binary | 11011101 | 11100110 | 100110 | 100 | 0 | 1010011 | 1010 | 111111 | 1001111 | 110101 |
Color Harmonies of #DDE626
Complementary color
Monochromatic Colors of #DDE626
Black with #DDE626
Text Example
Text Example
White with #DDE626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE626; }
p { color: rgb(221,230,38); }
H1.HeaderClassName
{
color: #DDE626;
}
.AnyTagClassName
{
color: #DDE626;
}
</style>
background-color css
<style>
a { background-color: #DDE626; }
a { background-color: rgb(221,230,38); }
div.DivClassName
{
background-color: #DDE626;
}
.BgClassName
{
background-color: #DDE626;
}
</style>
border-color css
<style>
span { border-color: #DDE626; }
span { border-color: rgb(221,230,38); }
td.TdClassName
{
border-color: #DDE626;
}
.TagClassName
{
border-color: #DDE626;
}
</style>