Shades of Pear #DBEB23
Tints of Pear #DBEB23
RGB
CMYK
RGB Variations
Color information
#DBEB23 (or 0xDBEB23) is known color: Pear. HEX triplet: DB, EB and 23. RGB value is (219,235,35). Sum of RGB (Red+Green+Blue) = 219+235+35=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 35 (14.06% from 255 or 7.16% from 489); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB23 is #2414DC. Grayscale: #D0D0D0. Windows color (decimal): -2364637 or 2354139. OLE color: 2354139.
HSL color Cylindrical-coordinate representation of color #DBEB23: hue angle of 64.8º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBEB23 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 35 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.08 |
| HSL | 64.8º | 0.83% | 0.53% | - |
| HSV(B) | 64.8º | 0.85% | 0.92% | - |
| XYZ | 59.23 | 74.6 | 12.87 | - |
| YUV | 207.42 | 30.7 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 35 | 0.07 | 0 | 0.85 | 0.08 | 64.8 | 0.83 | 0.53 |
| Hex | DB | EB | 23 | 7 | 0 | 55 | 8 | 41 | 53 | 35 |
| Octal | 333 | 353 | 43 | 7 | 0 | 125 | 10 | 101 | 123 | 65 |
| Binary | 11011011 | 11101011 | 100011 | 111 | 0 | 1010101 | 1000 | 1000001 | 1010011 | 110101 |
Color Harmonies of #DBEB23
Complementary color
Monochromatic Colors of #DBEB23
Black with #DBEB23
Text Example
Text Example
White with #DBEB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB23; }
p { color: rgb(219,235,35); }
H1.HeaderClassName
{
color: #DBEB23;
}
.AnyTagClassName
{
color: #DBEB23;
}
</style>
background-color css
<style>
a { background-color: #DBEB23; }
a { background-color: rgb(219,235,35); }
div.DivClassName
{
background-color: #DBEB23;
}
.BgClassName
{
background-color: #DBEB23;
}
</style>
border-color css
<style>
span { border-color: #DBEB23; }
span { border-color: rgb(219,235,35); }
td.TdClassName
{
border-color: #DBEB23;
}
.TagClassName
{
border-color: #DBEB23;
}
</style>