Shades of Pear #DDE61B
Tints of Pear #DDE61B
RGB
CMYK
RGB Variations
Color information
#DDE61B (or 0xDDE61B) is known color: Pear. HEX triplet: DD, E6 and 1B. RGB value is (221,230,27). Sum of RGB (Red+Green+Blue) = 221+230+27=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 27 (10.94% from 255 or 5.65% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE61B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE61B is #2219E4. Grayscale: #CCCCCC. Windows color (decimal): -2234853 or 1828573. OLE color: 1828573.
HSL color Cylindrical-coordinate representation of color #DDE61B: hue angle of 62.66º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDE61B is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 27 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.10 |
| HSL | 62.66º | 0.8% | 0.5% | - |
| HSV(B) | 62.66º | 0.88% | 0.9% | - |
| XYZ | 58.31 | 72.04 | 11.87 | - |
| YUV | 204.17 | 28.02 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 27 | 0.04 | 0 | 0.88 | 0.10 | 62.66 | 0.8 | 0.5 |
| Hex | DD | E6 | 1B | 4 | 0 | 58 | A | 3F | 50 | 32 |
| Octal | 335 | 346 | 33 | 4 | 0 | 130 | 12 | 77 | 120 | 62 |
| Binary | 11011101 | 11100110 | 11011 | 100 | 0 | 1011000 | 1010 | 111111 | 1010000 | 110010 |
Color Harmonies of #DDE61B
Complementary color
Monochromatic Colors of #DDE61B
Black with #DDE61B
Text Example
Text Example
White with #DDE61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE61B; }
p { color: rgb(221,230,27); }
H1.HeaderClassName
{
color: #DDE61B;
}
.AnyTagClassName
{
color: #DDE61B;
}
</style>
background-color css
<style>
a { background-color: #DDE61B; }
a { background-color: rgb(221,230,27); }
div.DivClassName
{
background-color: #DDE61B;
}
.BgClassName
{
background-color: #DDE61B;
}
</style>
border-color css
<style>
span { border-color: #DDE61B; }
span { border-color: rgb(221,230,27); }
td.TdClassName
{
border-color: #DDE61B;
}
.TagClassName
{
border-color: #DDE61B;
}
</style>