Shades of Pear #DBED21
Tints of Pear #DBED21
RGB
CMYK
RGB Variations
Color information
#DBED21 (or 0xDBED21) is known color: Pear. HEX triplet: DB, ED and 21. RGB value is (219,237,33). Sum of RGB (Red+Green+Blue) = 219+237+33=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 33 (13.28% from 255 or 6.75% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBED21 is #2412DE. Grayscale: #D1D1D1. Windows color (decimal): -2364127 or 2223579. OLE color: 2223579.
HSL color Cylindrical-coordinate representation of color #DBED21: hue angle of 65.29º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBED21 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 33 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.07 |
| HSL | 65.29º | 0.85% | 0.53% | - |
| HSV(B) | 65.29º | 0.86% | 0.93% | - |
| XYZ | 59.77 | 75.74 | 12.91 | - |
| YUV | 208.36 | 29.04 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 33 | 0.08 | 0 | 0.86 | 0.07 | 65.29 | 0.85 | 0.53 |
| Hex | DB | ED | 21 | 8 | 0 | 56 | 7 | 41 | 55 | 35 |
| Octal | 333 | 355 | 41 | 10 | 0 | 126 | 7 | 101 | 125 | 65 |
| Binary | 11011011 | 11101101 | 100001 | 1000 | 0 | 1010110 | 111 | 1000001 | 1010101 | 110101 |
Color Harmonies of #DBED21
Complementary color
Monochromatic Colors of #DBED21
Black with #DBED21
Text Example
Text Example
White with #DBED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED21; }
p { color: rgb(219,237,33); }
H1.HeaderClassName
{
color: #DBED21;
}
.AnyTagClassName
{
color: #DBED21;
}
</style>
background-color css
<style>
a { background-color: #DBED21; }
a { background-color: rgb(219,237,33); }
div.DivClassName
{
background-color: #DBED21;
}
.BgClassName
{
background-color: #DBED21;
}
</style>
border-color css
<style>
span { border-color: #DBED21; }
span { border-color: rgb(219,237,33); }
td.TdClassName
{
border-color: #DBED21;
}
.TagClassName
{
border-color: #DBED21;
}
</style>