Shades of Pear #DEEC1D
Tints of Pear #DEEC1D
RGB
CMYK
RGB Variations
Color information
#DEEC1D (or 0xDEEC1D) is known color: Pear. HEX triplet: DE, EC and 1D. RGB value is (222,236,29). Sum of RGB (Red+Green+Blue) = 222+236+29=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 29 (11.72% from 255 or 5.95% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #DEEC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEC1D is #2113E2. Grayscale: #D1D1D1. Windows color (decimal): -2167779 or 1961182. OLE color: 1961182.
HSL color Cylindrical-coordinate representation of color #DEEC1D: hue angle of 64.06º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEEC1D is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 29 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.07 |
| HSL | 64.06º | 0.84% | 0.52% | - |
| HSV(B) | 64.06º | 0.88% | 0.93% | - |
| XYZ | 60.34 | 75.61 | 12.58 | - |
| YUV | 208.22 | 26.86 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 29 | 0.06 | 0 | 0.88 | 0.07 | 64.06 | 0.84 | 0.52 |
| Hex | DE | EC | 1D | 6 | 0 | 58 | 7 | 40 | 54 | 34 |
| Octal | 336 | 354 | 35 | 6 | 0 | 130 | 7 | 100 | 124 | 64 |
| Binary | 11011110 | 11101100 | 11101 | 110 | 0 | 1011000 | 111 | 1000000 | 1010100 | 110100 |
Color Harmonies of #DEEC1D
Complementary color
Monochromatic Colors of #DEEC1D
Black with #DEEC1D
Text Example
Text Example
White with #DEEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEC1D; }
p { color: rgb(222,236,29); }
H1.HeaderClassName
{
color: #DEEC1D;
}
.AnyTagClassName
{
color: #DEEC1D;
}
</style>
background-color css
<style>
a { background-color: #DEEC1D; }
a { background-color: rgb(222,236,29); }
div.DivClassName
{
background-color: #DEEC1D;
}
.BgClassName
{
background-color: #DEEC1D;
}
</style>
border-color css
<style>
span { border-color: #DEEC1D; }
span { border-color: rgb(222,236,29); }
td.TdClassName
{
border-color: #DEEC1D;
}
.TagClassName
{
border-color: #DEEC1D;
}
</style>