Shades of Pear #DBEB3F
Tints of Pear #DBEB3F
RGB
CMYK
RGB Variations
Color information
#DBEB3F (or 0xDBEB3F) is known color: Pear. HEX triplet: DB, EB and 3F. RGB value is (219,235,63). Sum of RGB (Red+Green+Blue) = 219+235+63=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 63 (25% from 255 or 12.19% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB3F is #2414C0. Grayscale: #D3D3D3. Windows color (decimal): -2364609 or 4189147. OLE color: 4189147.
HSL color Cylindrical-coordinate representation of color #DBEB3F: hue angle of 65.58º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBEB3F is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 63 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.08 |
| HSL | 65.58º | 0.81% | 0.58% | - |
| HSV(B) | 65.58º | 0.73% | 0.92% | - |
| XYZ | 59.82 | 74.84 | 15.99 | - |
| YUV | 210.61 | 44.7 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 63 | 0.07 | 0 | 0.73 | 0.08 | 65.58 | 0.81 | 0.58 |
| Hex | DB | EB | 3F | 7 | 0 | 49 | 8 | 42 | 51 | 3A |
| Octal | 333 | 353 | 77 | 7 | 0 | 111 | 10 | 102 | 121 | 72 |
| Binary | 11011011 | 11101011 | 111111 | 111 | 0 | 1001001 | 1000 | 1000010 | 1010001 | 111010 |
Color Harmonies of #DBEB3F
Complementary color
Monochromatic Colors of #DBEB3F
Black with #DBEB3F
Text Example
Text Example
White with #DBEB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB3F; }
p { color: rgb(219,235,63); }
H1.HeaderClassName
{
color: #DBEB3F;
}
.AnyTagClassName
{
color: #DBEB3F;
}
</style>
background-color css
<style>
a { background-color: #DBEB3F; }
a { background-color: rgb(219,235,63); }
div.DivClassName
{
background-color: #DBEB3F;
}
.BgClassName
{
background-color: #DBEB3F;
}
</style>
border-color css
<style>
span { border-color: #DBEB3F; }
span { border-color: rgb(219,235,63); }
td.TdClassName
{
border-color: #DBEB3F;
}
.TagClassName
{
border-color: #DBEB3F;
}
</style>