Shades of Pear #DBE11B
Tints of Pear #DBE11B
RGB
CMYK
RGB Variations
Color information
#DBE11B (or 0xDBE11B) is known color: Pear. HEX triplet: DB, E1 and 1B. RGB value is (219,225,27). Sum of RGB (Red+Green+Blue) = 219+225+27=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 27 (10.94% from 255 or 5.73% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE11B is #241EE4. Grayscale: #C9C9C9. Windows color (decimal): -2367205 or 1827291. OLE color: 1827291.
HSL color Cylindrical-coordinate representation of color #DBE11B: hue angle of 61.82º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBE11B is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 27 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.12 |
| HSL | 61.82º | 0.79% | 0.49% | - |
| HSV(B) | 61.82º | 0.88% | 0.88% | - |
| XYZ | 56.34 | 68.99 | 11.38 | - |
| YUV | 200.63 | 30.01 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 27 | 0.03 | 0 | 0.88 | 0.12 | 61.82 | 0.79 | 0.49 |
| Hex | DB | E1 | 1B | 3 | 0 | 58 | C | 3E | 4F | 31 |
| Octal | 333 | 341 | 33 | 3 | 0 | 130 | 14 | 76 | 117 | 61 |
| Binary | 11011011 | 11100001 | 11011 | 11 | 0 | 1011000 | 1100 | 111110 | 1001111 | 110001 |
Color Harmonies of #DBE11B
Complementary color
Monochromatic Colors of #DBE11B
Black with #DBE11B
Text Example
Text Example
White with #DBE11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE11B; }
p { color: rgb(219,225,27); }
H1.HeaderClassName
{
color: #DBE11B;
}
.AnyTagClassName
{
color: #DBE11B;
}
</style>
background-color css
<style>
a { background-color: #DBE11B; }
a { background-color: rgb(219,225,27); }
div.DivClassName
{
background-color: #DBE11B;
}
.BgClassName
{
background-color: #DBE11B;
}
</style>
border-color css
<style>
span { border-color: #DBE11B; }
span { border-color: rgb(219,225,27); }
td.TdClassName
{
border-color: #DBE11B;
}
.TagClassName
{
border-color: #DBE11B;
}
</style>