Shades of Pear #DBEB33
Tints of Pear #DBEB33
RGB
CMYK
RGB Variations
Color information
#DBEB33 (or 0xDBEB33) is known color: Pear. HEX triplet: DB, EB and 33. RGB value is (219,235,51). Sum of RGB (Red+Green+Blue) = 219+235+51=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 51 (20.31% from 255 or 10.10% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB33 is #2414CC. Grayscale: #D1D1D1. Windows color (decimal): -2364621 or 3402715. OLE color: 3402715.
HSL color Cylindrical-coordinate representation of color #DBEB33: hue angle of 65.22º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBEB33 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 51 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.08 |
| HSL | 65.22º | 0.82% | 0.56% | - |
| HSV(B) | 65.22º | 0.78% | 0.92% | - |
| XYZ | 59.52 | 74.72 | 14.42 | - |
| YUV | 209.24 | 38.7 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 51 | 0.07 | 0 | 0.78 | 0.08 | 65.22 | 0.82 | 0.56 |
| Hex | DB | EB | 33 | 7 | 0 | 4E | 8 | 41 | 52 | 38 |
| Octal | 333 | 353 | 63 | 7 | 0 | 116 | 10 | 101 | 122 | 70 |
| Binary | 11011011 | 11101011 | 110011 | 111 | 0 | 1001110 | 1000 | 1000001 | 1010010 | 111000 |
Color Harmonies of #DBEB33
Complementary color
Monochromatic Colors of #DBEB33
Black with #DBEB33
Text Example
Text Example
White with #DBEB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB33; }
p { color: rgb(219,235,51); }
H1.HeaderClassName
{
color: #DBEB33;
}
.AnyTagClassName
{
color: #DBEB33;
}
</style>
background-color css
<style>
a { background-color: #DBEB33; }
a { background-color: rgb(219,235,51); }
div.DivClassName
{
background-color: #DBEB33;
}
.BgClassName
{
background-color: #DBEB33;
}
</style>
border-color css
<style>
span { border-color: #DBEB33; }
span { border-color: rgb(219,235,51); }
td.TdClassName
{
border-color: #DBEB33;
}
.TagClassName
{
border-color: #DBEB33;
}
</style>