Shades of Pear #DCE91C
Tints of Pear #DCE91C
RGB
CMYK
RGB Variations
Color information
#DCE91C (or 0xDCE91C) is known color: Pear. HEX triplet: DC, E9 and 1C. RGB value is (220,233,28). Sum of RGB (Red+Green+Blue) = 220+233+28=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 28 (11.33% from 255 or 5.82% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE91C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE91C is #2316E3. Grayscale: #CECECE. Windows color (decimal): -2299620 or 1894876. OLE color: 1894876.
HSL color Cylindrical-coordinate representation of color #DCE91C: hue angle of 63.8º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCE91C is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 28 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.09 |
| HSL | 63.8º | 0.82% | 0.51% | - |
| HSV(B) | 63.8º | 0.88% | 0.91% | - |
| XYZ | 58.86 | 73.58 | 12.2 | - |
| YUV | 205.74 | 27.69 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 28 | 0.06 | 0 | 0.88 | 0.09 | 63.8 | 0.82 | 0.51 |
| Hex | DC | E9 | 1C | 6 | 0 | 58 | 9 | 40 | 52 | 33 |
| Octal | 334 | 351 | 34 | 6 | 0 | 130 | 11 | 100 | 122 | 63 |
| Binary | 11011100 | 11101001 | 11100 | 110 | 0 | 1011000 | 1001 | 1000000 | 1010010 | 110011 |
Color Harmonies of #DCE91C
Complementary color
Monochromatic Colors of #DCE91C
Black with #DCE91C
Text Example
Text Example
White with #DCE91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE91C; }
p { color: rgb(220,233,28); }
H1.HeaderClassName
{
color: #DCE91C;
}
.AnyTagClassName
{
color: #DCE91C;
}
</style>
background-color css
<style>
a { background-color: #DCE91C; }
a { background-color: rgb(220,233,28); }
div.DivClassName
{
background-color: #DCE91C;
}
.BgClassName
{
background-color: #DCE91C;
}
</style>
border-color css
<style>
span { border-color: #DCE91C; }
span { border-color: rgb(220,233,28); }
td.TdClassName
{
border-color: #DCE91C;
}
.TagClassName
{
border-color: #DCE91C;
}
</style>