Shades of Pear #DCEB27
Tints of Pear #DCEB27
RGB
CMYK
RGB Variations
Color information
#DCEB27 (or 0xDCEB27) is known color: Pear. HEX triplet: DC, EB and 27. RGB value is (220,235,39). Sum of RGB (Red+Green+Blue) = 220+235+39=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 39 (15.62% from 255 or 7.89% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEB27 is #2314D8. Grayscale: #D0D0D0. Windows color (decimal): -2299097 or 2616284. OLE color: 2616284.
HSL color Cylindrical-coordinate representation of color #DCEB27: hue angle of 64.59º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCEB27 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 39 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.08 |
| HSL | 64.59º | 0.83% | 0.54% | - |
| HSV(B) | 64.59º | 0.83% | 0.92% | - |
| XYZ | 59.59 | 74.78 | 13.21 | - |
| YUV | 208.17 | 32.53 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 39 | 0.06 | 0 | 0.83 | 0.08 | 64.59 | 0.83 | 0.54 |
| Hex | DC | EB | 27 | 6 | 0 | 53 | 8 | 41 | 53 | 36 |
| Octal | 334 | 353 | 47 | 6 | 0 | 123 | 10 | 101 | 123 | 66 |
| Binary | 11011100 | 11101011 | 100111 | 110 | 0 | 1010011 | 1000 | 1000001 | 1010011 | 110110 |
Color Harmonies of #DCEB27
Complementary color
Monochromatic Colors of #DCEB27
Black with #DCEB27
Text Example
Text Example
White with #DCEB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB27; }
p { color: rgb(220,235,39); }
H1.HeaderClassName
{
color: #DCEB27;
}
.AnyTagClassName
{
color: #DCEB27;
}
</style>
background-color css
<style>
a { background-color: #DCEB27; }
a { background-color: rgb(220,235,39); }
div.DivClassName
{
background-color: #DCEB27;
}
.BgClassName
{
background-color: #DCEB27;
}
</style>
border-color css
<style>
span { border-color: #DCEB27; }
span { border-color: rgb(220,235,39); }
td.TdClassName
{
border-color: #DCEB27;
}
.TagClassName
{
border-color: #DCEB27;
}
</style>