Shades of Pear #DBEB2C
Tints of Pear #DBEB2C
RGB
CMYK
RGB Variations
Color information
#DBEB2C (or 0xDBEB2C) is known color: Pear. HEX triplet: DB, EB and 2C. RGB value is (219,235,44). Sum of RGB (Red+Green+Blue) = 219+235+44=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 235 (92.19% from 255 or 47.19% from 498); Blue value is 44 (17.58% from 255 or 8.84% from 498); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB2C is #2414D3. Grayscale: #D1D1D1. Windows color (decimal): -2364628 or 2943963. OLE color: 2943963.
HSL color Cylindrical-coordinate representation of color #DBEB2C: hue angle of 65.03º 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 #DBEB2C is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 44 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.08 |
| HSL | 65.03º | 0.83% | 0.55% | - |
| HSV(B) | 65.03º | 0.81% | 0.92% | - |
| XYZ | 59.38 | 74.66 | 13.66 | - |
| YUV | 208.44 | 35.2 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 44 | 0.07 | 0 | 0.81 | 0.08 | 65.03 | 0.83 | 0.55 |
| Hex | DB | EB | 2C | 7 | 0 | 51 | 8 | 41 | 53 | 37 |
| Octal | 333 | 353 | 54 | 7 | 0 | 121 | 10 | 101 | 123 | 67 |
| Binary | 11011011 | 11101011 | 101100 | 111 | 0 | 1010001 | 1000 | 1000001 | 1010011 | 110111 |
Color Harmonies of #DBEB2C
Complementary color
Monochromatic Colors of #DBEB2C
Black with #DBEB2C
Text Example
Text Example
White with #DBEB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB2C; }
p { color: rgb(219,235,44); }
H1.HeaderClassName
{
color: #DBEB2C;
}
.AnyTagClassName
{
color: #DBEB2C;
}
</style>
background-color css
<style>
a { background-color: #DBEB2C; }
a { background-color: rgb(219,235,44); }
div.DivClassName
{
background-color: #DBEB2C;
}
.BgClassName
{
background-color: #DBEB2C;
}
</style>
border-color css
<style>
span { border-color: #DBEB2C; }
span { border-color: rgb(219,235,44); }
td.TdClassName
{
border-color: #DBEB2C;
}
.TagClassName
{
border-color: #DBEB2C;
}
</style>