Shades of Pear #DDE624
Tints of Pear #DDE624
RGB
CMYK
RGB Variations
Color information
#DDE624 (or 0xDDE624) is known color: Pear. HEX triplet: DD, E6 and 24. RGB value is (221,230,36). Sum of RGB (Red+Green+Blue) = 221+230+36=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 36 (14.45% from 255 or 7.39% from 487); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE624 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE624 is #2219DB. Grayscale: #CDCDCD. Windows color (decimal): -2234844 or 2418397. OLE color: 2418397.
HSL color Cylindrical-coordinate representation of color #DDE624: hue angle of 62.78º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDE624 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 36 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.10 |
| HSL | 62.78º | 0.8% | 0.52% | - |
| HSV(B) | 62.78º | 0.84% | 0.9% | - |
| XYZ | 58.43 | 72.09 | 12.5 | - |
| YUV | 205.19 | 32.52 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 36 | 0.04 | 0 | 0.84 | 0.10 | 62.78 | 0.8 | 0.52 |
| Hex | DD | E6 | 24 | 4 | 0 | 54 | A | 3F | 50 | 34 |
| Octal | 335 | 346 | 44 | 4 | 0 | 124 | 12 | 77 | 120 | 64 |
| Binary | 11011101 | 11100110 | 100100 | 100 | 0 | 1010100 | 1010 | 111111 | 1010000 | 110100 |
Color Harmonies of #DDE624
Complementary color
Monochromatic Colors of #DDE624
Black with #DDE624
Text Example
Text Example
White with #DDE624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE624; }
p { color: rgb(221,230,36); }
H1.HeaderClassName
{
color: #DDE624;
}
.AnyTagClassName
{
color: #DDE624;
}
</style>
background-color css
<style>
a { background-color: #DDE624; }
a { background-color: rgb(221,230,36); }
div.DivClassName
{
background-color: #DDE624;
}
.BgClassName
{
background-color: #DDE624;
}
</style>
border-color css
<style>
span { border-color: #DDE624; }
span { border-color: rgb(221,230,36); }
td.TdClassName
{
border-color: #DDE624;
}
.TagClassName
{
border-color: #DDE624;
}
</style>