Shades of Pear #DBEB21
Tints of Pear #DBEB21
RGB
CMYK
RGB Variations
Color information
#DBEB21 (or 0xDBEB21) is known color: Pear. HEX triplet: DB, EB and 21. RGB value is (219,235,33). Sum of RGB (Red+Green+Blue) = 219+235+33=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 33 (13.28% from 255 or 6.78% from 487); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB21 is #2414DE. Grayscale: #CFCFCF. Windows color (decimal): -2364639 or 2223067. OLE color: 2223067.
HSL color Cylindrical-coordinate representation of color #DBEB21: hue angle of 64.75º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBEB21 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 33 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.08 |
| HSL | 64.75º | 0.83% | 0.53% | - |
| HSV(B) | 64.75º | 0.86% | 0.92% | - |
| XYZ | 59.2 | 74.59 | 12.72 | - |
| YUV | 207.19 | 29.7 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 33 | 0.07 | 0 | 0.86 | 0.08 | 64.75 | 0.83 | 0.53 |
| Hex | DB | EB | 21 | 7 | 0 | 56 | 8 | 41 | 53 | 35 |
| Octal | 333 | 353 | 41 | 7 | 0 | 126 | 10 | 101 | 123 | 65 |
| Binary | 11011011 | 11101011 | 100001 | 111 | 0 | 1010110 | 1000 | 1000001 | 1010011 | 110101 |
Color Harmonies of #DBEB21
Complementary color
Monochromatic Colors of #DBEB21
Black with #DBEB21
Text Example
Text Example
White with #DBEB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB21; }
p { color: rgb(219,235,33); }
H1.HeaderClassName
{
color: #DBEB21;
}
.AnyTagClassName
{
color: #DBEB21;
}
</style>
background-color css
<style>
a { background-color: #DBEB21; }
a { background-color: rgb(219,235,33); }
div.DivClassName
{
background-color: #DBEB21;
}
.BgClassName
{
background-color: #DBEB21;
}
</style>
border-color css
<style>
span { border-color: #DBEB21; }
span { border-color: rgb(219,235,33); }
td.TdClassName
{
border-color: #DBEB21;
}
.TagClassName
{
border-color: #DBEB21;
}
</style>