Shades of Pear #DBEB1B
Tints of Pear #DBEB1B
RGB
CMYK
RGB Variations
Color information
#DBEB1B (or 0xDBEB1B) is known color: Pear. HEX triplet: DB, EB and 1B. RGB value is (219,235,27). Sum of RGB (Red+Green+Blue) = 219+235+27=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 27 (10.94% from 255 or 5.61% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB1B is #2414E4. Grayscale: #CFCFCF. Windows color (decimal): -2364645 or 1829851. OLE color: 1829851.
HSL color Cylindrical-coordinate representation of color #DBEB1B: hue angle of 64.62º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBEB1B is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 27 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.08 |
| HSL | 64.62º | 0.84% | 0.51% | - |
| HSV(B) | 64.62º | 0.89% | 0.92% | - |
| XYZ | 59.12 | 74.56 | 12.31 | - |
| YUV | 206.5 | 26.7 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 27 | 0.07 | 0 | 0.89 | 0.08 | 64.62 | 0.84 | 0.51 |
| Hex | DB | EB | 1B | 7 | 0 | 59 | 8 | 41 | 54 | 33 |
| Octal | 333 | 353 | 33 | 7 | 0 | 131 | 10 | 101 | 124 | 63 |
| Binary | 11011011 | 11101011 | 11011 | 111 | 0 | 1011001 | 1000 | 1000001 | 1010100 | 110011 |
Color Harmonies of #DBEB1B
Complementary color
Monochromatic Colors of #DBEB1B
Black with #DBEB1B
Text Example
Text Example
White with #DBEB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB1B; }
p { color: rgb(219,235,27); }
H1.HeaderClassName
{
color: #DBEB1B;
}
.AnyTagClassName
{
color: #DBEB1B;
}
</style>
background-color css
<style>
a { background-color: #DBEB1B; }
a { background-color: rgb(219,235,27); }
div.DivClassName
{
background-color: #DBEB1B;
}
.BgClassName
{
background-color: #DBEB1B;
}
</style>
border-color css
<style>
span { border-color: #DBEB1B; }
span { border-color: rgb(219,235,27); }
td.TdClassName
{
border-color: #DBEB1B;
}
.TagClassName
{
border-color: #DBEB1B;
}
</style>