Shades of Pear #DCEB2C
Tints of Pear #DCEB2C
RGB
CMYK
RGB Variations
Color information
#DCEB2C (or 0xDCEB2C) is known color: Pear. HEX triplet: DC, EB and 2C. RGB value is (220,235,44). Sum of RGB (Red+Green+Blue) = 220+235+44=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 44 (17.58% from 255 or 8.82% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEB2C is #2314D3. Grayscale: #D1D1D1. Windows color (decimal): -2299092 or 2943964. OLE color: 2943964.
HSL color Cylindrical-coordinate representation of color #DCEB2C: hue angle of 64.71º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCEB2C is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 44 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.08 |
| HSL | 64.71º | 0.83% | 0.55% | - |
| HSV(B) | 64.71º | 0.81% | 0.92% | - |
| XYZ | 59.68 | 74.81 | 13.68 | - |
| YUV | 208.74 | 35.03 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 44 | 0.06 | 0 | 0.81 | 0.08 | 64.71 | 0.83 | 0.55 |
| Hex | DC | EB | 2C | 6 | 0 | 51 | 8 | 41 | 53 | 37 |
| Octal | 334 | 353 | 54 | 6 | 0 | 121 | 10 | 101 | 123 | 67 |
| Binary | 11011100 | 11101011 | 101100 | 110 | 0 | 1010001 | 1000 | 1000001 | 1010011 | 110111 |
Color Harmonies of #DCEB2C
Complementary color
Monochromatic Colors of #DCEB2C
Black with #DCEB2C
Text Example
Text Example
White with #DCEB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB2C; }
p { color: rgb(220,235,44); }
H1.HeaderClassName
{
color: #DCEB2C;
}
.AnyTagClassName
{
color: #DCEB2C;
}
</style>
background-color css
<style>
a { background-color: #DCEB2C; }
a { background-color: rgb(220,235,44); }
div.DivClassName
{
background-color: #DCEB2C;
}
.BgClassName
{
background-color: #DCEB2C;
}
</style>
border-color css
<style>
span { border-color: #DCEB2C; }
span { border-color: rgb(220,235,44); }
td.TdClassName
{
border-color: #DCEB2C;
}
.TagClassName
{
border-color: #DCEB2C;
}
</style>