Shades of Pear #DCE93B
Tints of Pear #DCE93B
RGB
CMYK
RGB Variations
Color information
#DCE93B (or 0xDCE93B) is known color: Pear. HEX triplet: DC, E9 and 3B. RGB value is (220,233,59). Sum of RGB (Red+Green+Blue) = 220+233+59=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 59 (23.44% from 255 or 11.52% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE93B is #2316C4. Grayscale: #D1D1D1. Windows color (decimal): -2299589 or 3926492. OLE color: 3926492.
HSL color Cylindrical-coordinate representation of color #DCE93B: hue angle of 64.48º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCE93B is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 59 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.09 |
| HSL | 64.48º | 0.8% | 0.57% | - |
| HSV(B) | 64.48º | 0.75% | 0.91% | - |
| XYZ | 59.44 | 73.81 | 15.25 | - |
| YUV | 209.28 | 43.19 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 59 | 0.06 | 0 | 0.75 | 0.09 | 64.48 | 0.8 | 0.57 |
| Hex | DC | E9 | 3B | 6 | 0 | 4B | 9 | 40 | 50 | 39 |
| Octal | 334 | 351 | 73 | 6 | 0 | 113 | 11 | 100 | 120 | 71 |
| Binary | 11011100 | 11101001 | 111011 | 110 | 0 | 1001011 | 1001 | 1000000 | 1010000 | 111001 |
Color Harmonies of #DCE93B
Complementary color
Monochromatic Colors of #DCE93B
Black with #DCE93B
Text Example
Text Example
White with #DCE93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE93B; }
p { color: rgb(220,233,59); }
H1.HeaderClassName
{
color: #DCE93B;
}
.AnyTagClassName
{
color: #DCE93B;
}
</style>
background-color css
<style>
a { background-color: #DCE93B; }
a { background-color: rgb(220,233,59); }
div.DivClassName
{
background-color: #DCE93B;
}
.BgClassName
{
background-color: #DCE93B;
}
</style>
border-color css
<style>
span { border-color: #DCE93B; }
span { border-color: rgb(220,233,59); }
td.TdClassName
{
border-color: #DCE93B;
}
.TagClassName
{
border-color: #DCE93B;
}
</style>