Shades of Pear #DDE827
Tints of Pear #DDE827
RGB
CMYK
RGB Variations
Color information
#DDE827 (or 0xDDE827) is known color: Pear. HEX triplet: DD, E8 and 27. RGB value is (221,232,39). Sum of RGB (Red+Green+Blue) = 221+232+39=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 39 (15.62% from 255 or 7.93% from 492); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE827 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE827 is #2217D8. Grayscale: #CFCFCF. Windows color (decimal): -2234329 or 2615517. OLE color: 2615517.
HSL color Cylindrical-coordinate representation of color #DDE827: hue angle of 63.42º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDE827 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 39 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.09 |
| HSL | 63.42º | 0.81% | 0.53% | - |
| HSV(B) | 63.42º | 0.83% | 0.91% | - |
| XYZ | 59.04 | 73.23 | 12.94 | - |
| YUV | 206.71 | 33.36 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 39 | 0.05 | 0 | 0.83 | 0.09 | 63.42 | 0.81 | 0.53 |
| Hex | DD | E8 | 27 | 5 | 0 | 53 | 9 | 3F | 51 | 35 |
| Octal | 335 | 350 | 47 | 5 | 0 | 123 | 11 | 77 | 121 | 65 |
| Binary | 11011101 | 11101000 | 100111 | 101 | 0 | 1010011 | 1001 | 111111 | 1010001 | 110101 |
Color Harmonies of #DDE827
Complementary color
Monochromatic Colors of #DDE827
Black with #DDE827
Text Example
Text Example
White with #DDE827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE827; }
p { color: rgb(221,232,39); }
H1.HeaderClassName
{
color: #DDE827;
}
.AnyTagClassName
{
color: #DDE827;
}
</style>
background-color css
<style>
a { background-color: #DDE827; }
a { background-color: rgb(221,232,39); }
div.DivClassName
{
background-color: #DDE827;
}
.BgClassName
{
background-color: #DDE827;
}
</style>
border-color css
<style>
span { border-color: #DDE827; }
span { border-color: rgb(221,232,39); }
td.TdClassName
{
border-color: #DDE827;
}
.TagClassName
{
border-color: #DDE827;
}
</style>