Shades of Pear #DDE427
Tints of Pear #DDE427
RGB
CMYK
RGB Variations
Color information
#DDE427 (or 0xDDE427) is known color: Pear. HEX triplet: DD, E4 and 27. RGB value is (221,228,39). Sum of RGB (Red+Green+Blue) = 221+228+39=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 39 (15.62% from 255 or 7.99% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE427 is #221BD8. Grayscale: #CDCDCD. Windows color (decimal): -2235353 or 2614493. OLE color: 2614493.
HSL color Cylindrical-coordinate representation of color #DDE427: hue angle of 62.22º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDE427 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 39 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.11 |
| HSL | 62.22º | 0.78% | 0.52% | - |
| HSV(B) | 62.22º | 0.83% | 0.89% | - |
| XYZ | 57.93 | 71.01 | 12.57 | - |
| YUV | 204.36 | 34.68 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 39 | 0.03 | 0 | 0.83 | 0.11 | 62.22 | 0.78 | 0.52 |
| Hex | DD | E4 | 27 | 3 | 0 | 53 | B | 3E | 4E | 34 |
| Octal | 335 | 344 | 47 | 3 | 0 | 123 | 13 | 76 | 116 | 64 |
| Binary | 11011101 | 11100100 | 100111 | 11 | 0 | 1010011 | 1011 | 111110 | 1001110 | 110100 |
Color Harmonies of #DDE427
Complementary color
Monochromatic Colors of #DDE427
Black with #DDE427
Text Example
Text Example
White with #DDE427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE427; }
p { color: rgb(221,228,39); }
H1.HeaderClassName
{
color: #DDE427;
}
.AnyTagClassName
{
color: #DDE427;
}
</style>
background-color css
<style>
a { background-color: #DDE427; }
a { background-color: rgb(221,228,39); }
div.DivClassName
{
background-color: #DDE427;
}
.BgClassName
{
background-color: #DDE427;
}
</style>
border-color css
<style>
span { border-color: #DDE427; }
span { border-color: rgb(221,228,39); }
td.TdClassName
{
border-color: #DDE427;
}
.TagClassName
{
border-color: #DDE427;
}
</style>