Shades of Pear #DBE721
Tints of Pear #DBE721
RGB
CMYK
RGB Variations
Color information
#DBE721 (or 0xDBE721) is known color: Pear. HEX triplet: DB, E7 and 21. RGB value is (219,231,33). Sum of RGB (Red+Green+Blue) = 219+231+33=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 231 (90.62% from 255 or 47.83% from 483); Blue value is 33 (13.28% from 255 or 6.83% from 483); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE721 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE721 is #2418DE. Grayscale: #CDCDCD. Windows color (decimal): -2365663 or 2222043. OLE color: 2222043.
HSL color Cylindrical-coordinate representation of color #DBE721: hue angle of 63.64º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBE721 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 33 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.09 |
| HSL | 63.64º | 0.8% | 0.52% | - |
| HSV(B) | 63.64º | 0.86% | 0.91% | - |
| XYZ | 58.06 | 72.32 | 12.34 | - |
| YUV | 204.84 | 31.02 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 33 | 0.05 | 0 | 0.86 | 0.09 | 63.64 | 0.8 | 0.52 |
| Hex | DB | E7 | 21 | 5 | 0 | 56 | 9 | 40 | 50 | 34 |
| Octal | 333 | 347 | 41 | 5 | 0 | 126 | 11 | 100 | 120 | 64 |
| Binary | 11011011 | 11100111 | 100001 | 101 | 0 | 1010110 | 1001 | 1000000 | 1010000 | 110100 |
Color Harmonies of #DBE721
Complementary color
Monochromatic Colors of #DBE721
Black with #DBE721
Text Example
Text Example
White with #DBE721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE721; }
p { color: rgb(219,231,33); }
H1.HeaderClassName
{
color: #DBE721;
}
.AnyTagClassName
{
color: #DBE721;
}
</style>
background-color css
<style>
a { background-color: #DBE721; }
a { background-color: rgb(219,231,33); }
div.DivClassName
{
background-color: #DBE721;
}
.BgClassName
{
background-color: #DBE721;
}
</style>
border-color css
<style>
span { border-color: #DBE721; }
span { border-color: rgb(219,231,33); }
td.TdClassName
{
border-color: #DBE721;
}
.TagClassName
{
border-color: #DBE721;
}
</style>