Shades of Pear #DBEB3B
Tints of Pear #DBEB3B
RGB
CMYK
RGB Variations
Color information
#DBEB3B (or 0xDBEB3B) is known color: Pear. HEX triplet: DB, EB and 3B. RGB value is (219,235,59). Sum of RGB (Red+Green+Blue) = 219+235+59=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 59 (23.44% from 255 or 11.50% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB3B is #2414C4. Grayscale: #D2D2D2. Windows color (decimal): -2364613 or 3927003. OLE color: 3927003.
HSL color Cylindrical-coordinate representation of color #DBEB3B: hue angle of 65.45º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBEB3B is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 59 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.08 |
| HSL | 65.45º | 0.81% | 0.58% | - |
| HSV(B) | 65.45º | 0.75% | 0.92% | - |
| XYZ | 59.71 | 74.79 | 15.43 | - |
| YUV | 210.15 | 42.7 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 59 | 0.07 | 0 | 0.75 | 0.08 | 65.45 | 0.81 | 0.58 |
| Hex | DB | EB | 3B | 7 | 0 | 4B | 8 | 41 | 51 | 3A |
| Octal | 333 | 353 | 73 | 7 | 0 | 113 | 10 | 101 | 121 | 72 |
| Binary | 11011011 | 11101011 | 111011 | 111 | 0 | 1001011 | 1000 | 1000001 | 1010001 | 111010 |
Color Harmonies of #DBEB3B
Complementary color
Monochromatic Colors of #DBEB3B
Black with #DBEB3B
Text Example
Text Example
White with #DBEB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB3B; }
p { color: rgb(219,235,59); }
H1.HeaderClassName
{
color: #DBEB3B;
}
.AnyTagClassName
{
color: #DBEB3B;
}
</style>
background-color css
<style>
a { background-color: #DBEB3B; }
a { background-color: rgb(219,235,59); }
div.DivClassName
{
background-color: #DBEB3B;
}
.BgClassName
{
background-color: #DBEB3B;
}
</style>
border-color css
<style>
span { border-color: #DBEB3B; }
span { border-color: rgb(219,235,59); }
td.TdClassName
{
border-color: #DBEB3B;
}
.TagClassName
{
border-color: #DBEB3B;
}
</style>