Shades of Pear #DDE423
Tints of Pear #DDE423
RGB
CMYK
RGB Variations
Color information
#DDE423 (or 0xDDE423) is known color: Pear. HEX triplet: DD, E4 and 23. RGB value is (221,228,35). Sum of RGB (Red+Green+Blue) = 221+228+35=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 35 (14.06% from 255 or 7.23% from 484); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE423 is #221BDC. Grayscale: #CCCCCC. Windows color (decimal): -2235357 or 2352349. OLE color: 2352349.
HSL color Cylindrical-coordinate representation of color #DDE423: hue angle of 62.18º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDE423 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 35 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.11 |
| HSL | 62.18º | 0.78% | 0.52% | - |
| HSV(B) | 62.18º | 0.85% | 0.89% | - |
| XYZ | 57.87 | 70.98 | 12.24 | - |
| YUV | 203.91 | 32.68 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 35 | 0.03 | 0 | 0.85 | 0.11 | 62.18 | 0.78 | 0.52 |
| Hex | DD | E4 | 23 | 3 | 0 | 55 | B | 3E | 4E | 34 |
| Octal | 335 | 344 | 43 | 3 | 0 | 125 | 13 | 76 | 116 | 64 |
| Binary | 11011101 | 11100100 | 100011 | 11 | 0 | 1010101 | 1011 | 111110 | 1001110 | 110100 |
Color Harmonies of #DDE423
Complementary color
Monochromatic Colors of #DDE423
Black with #DDE423
Text Example
Text Example
White with #DDE423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE423; }
p { color: rgb(221,228,35); }
H1.HeaderClassName
{
color: #DDE423;
}
.AnyTagClassName
{
color: #DDE423;
}
</style>
background-color css
<style>
a { background-color: #DDE423; }
a { background-color: rgb(221,228,35); }
div.DivClassName
{
background-color: #DDE423;
}
.BgClassName
{
background-color: #DDE423;
}
</style>
border-color css
<style>
span { border-color: #DDE423; }
span { border-color: rgb(221,228,35); }
td.TdClassName
{
border-color: #DDE423;
}
.TagClassName
{
border-color: #DDE423;
}
</style>