Shades of Pear #DDE314
Tints of Pear #DDE314
RGB
CMYK
RGB Variations
Color information
#DDE314 (or 0xDDE314) is known color: Pear. HEX triplet: DD, E3 and 14. RGB value is (221,227,20). Sum of RGB (Red+Green+Blue) = 221+227+20=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE314 is #221CEB. Grayscale: #CACACA. Windows color (decimal): -2235628 or 1369053. OLE color: 1369053.
HSL color Cylindrical-coordinate representation of color #DDE314: hue angle of 61.74º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDE314 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 20 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.11 |
| HSL | 61.74º | 0.84% | 0.48% | - |
| HSV(B) | 61.74º | 0.91% | 0.89% | - |
| XYZ | 57.41 | 70.36 | 11.22 | - |
| YUV | 201.61 | 25.51 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 20 | 0.03 | 0 | 0.91 | 0.11 | 61.74 | 0.84 | 0.48 |
| Hex | DD | E3 | 14 | 3 | 0 | 5B | B | 3E | 54 | 30 |
| Octal | 335 | 343 | 24 | 3 | 0 | 133 | 13 | 76 | 124 | 60 |
| Binary | 11011101 | 11100011 | 10100 | 11 | 0 | 1011011 | 1011 | 111110 | 1010100 | 110000 |
Color Harmonies of #DDE314
Complementary color
Monochromatic Colors of #DDE314
Black with #DDE314
Text Example
Text Example
White with #DDE314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE314; }
p { color: rgb(221,227,20); }
H1.HeaderClassName
{
color: #DDE314;
}
.AnyTagClassName
{
color: #DDE314;
}
</style>
background-color css
<style>
a { background-color: #DDE314; }
a { background-color: rgb(221,227,20); }
div.DivClassName
{
background-color: #DDE314;
}
.BgClassName
{
background-color: #DDE314;
}
</style>
border-color css
<style>
span { border-color: #DDE314; }
span { border-color: rgb(221,227,20); }
td.TdClassName
{
border-color: #DDE314;
}
.TagClassName
{
border-color: #DDE314;
}
</style>