Shades of Pear #DEE317
Tints of Pear #DEE317
RGB
CMYK
RGB Variations
Color information
#DEE317 (or 0xDEE317) is known color: Pear. HEX triplet: DE, E3 and 17. RGB value is (222,227,23). Sum of RGB (Red+Green+Blue) = 222+227+23=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 23 (9.38% from 255 or 4.87% from 472); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE317 is #211CE8. Grayscale: #CBCBCB. Windows color (decimal): -2170089 or 1565662. OLE color: 1565662.
HSL color Cylindrical-coordinate representation of color #DEE317: hue angle of 61.47º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEE317 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 23 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.11 |
| HSL | 61.47º | 0.82% | 0.49% | - |
| HSV(B) | 61.47º | 0.9% | 0.89% | - |
| XYZ | 57.75 | 70.53 | 11.38 | - |
| YUV | 202.25 | 26.84 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 23 | 0.02 | 0 | 0.90 | 0.11 | 61.47 | 0.82 | 0.49 |
| Hex | DE | E3 | 17 | 2 | 0 | 5A | B | 3D | 52 | 31 |
| Octal | 336 | 343 | 27 | 2 | 0 | 132 | 13 | 75 | 122 | 61 |
| Binary | 11011110 | 11100011 | 10111 | 10 | 0 | 1011010 | 1011 | 111101 | 1010010 | 110001 |
Color Harmonies of #DEE317
Complementary color
Monochromatic Colors of #DEE317
Black with #DEE317
Text Example
Text Example
White with #DEE317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE317; }
p { color: rgb(222,227,23); }
H1.HeaderClassName
{
color: #DEE317;
}
.AnyTagClassName
{
color: #DEE317;
}
</style>
background-color css
<style>
a { background-color: #DEE317; }
a { background-color: rgb(222,227,23); }
div.DivClassName
{
background-color: #DEE317;
}
.BgClassName
{
background-color: #DEE317;
}
</style>
border-color css
<style>
span { border-color: #DEE317; }
span { border-color: rgb(222,227,23); }
td.TdClassName
{
border-color: #DEE317;
}
.TagClassName
{
border-color: #DEE317;
}
</style>