Shades of Pear #DBEB38
Tints of Pear #DBEB38
RGB
CMYK
RGB Variations
Color information
#DBEB38 (or 0xDBEB38) is known color: Pear. HEX triplet: DB, EB and 38. RGB value is (219,235,56). Sum of RGB (Red+Green+Blue) = 219+235+56=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 235 (92.19% from 255 or 46.08% from 510); Blue value is 56 (22.27% from 255 or 10.98% from 510); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB38 is #2414C7. Grayscale: #D2D2D2. Windows color (decimal): -2364616 or 3730395. OLE color: 3730395.
HSL color Cylindrical-coordinate representation of color #DBEB38: hue angle of 65.36º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBEB38 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 56 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.08 |
| HSL | 65.36º | 0.82% | 0.57% | - |
| HSV(B) | 65.36º | 0.76% | 0.92% | - |
| XYZ | 59.64 | 74.76 | 15.03 | - |
| YUV | 209.81 | 41.2 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 56 | 0.07 | 0 | 0.76 | 0.08 | 65.36 | 0.82 | 0.57 |
| Hex | DB | EB | 38 | 7 | 0 | 4C | 8 | 41 | 52 | 39 |
| Octal | 333 | 353 | 70 | 7 | 0 | 114 | 10 | 101 | 122 | 71 |
| Binary | 11011011 | 11101011 | 111000 | 111 | 0 | 1001100 | 1000 | 1000001 | 1010010 | 111001 |
Color Harmonies of #DBEB38
Complementary color
Monochromatic Colors of #DBEB38
Black with #DBEB38
Text Example
Text Example
White with #DBEB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB38; }
p { color: rgb(219,235,56); }
H1.HeaderClassName
{
color: #DBEB38;
}
.AnyTagClassName
{
color: #DBEB38;
}
</style>
background-color css
<style>
a { background-color: #DBEB38; }
a { background-color: rgb(219,235,56); }
div.DivClassName
{
background-color: #DBEB38;
}
.BgClassName
{
background-color: #DBEB38;
}
</style>
border-color css
<style>
span { border-color: #DBEB38; }
span { border-color: rgb(219,235,56); }
td.TdClassName
{
border-color: #DBEB38;
}
.TagClassName
{
border-color: #DBEB38;
}
</style>