Shades of Pear #DBE023
Tints of Pear #DBE023
RGB
CMYK
RGB Variations
Color information
#DBE023 (or 0xDBE023) is known color: Pear. HEX triplet: DB, E0 and 23. RGB value is (219,224,35). Sum of RGB (Red+Green+Blue) = 219+224+35=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 35 (14.06% from 255 or 7.32% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE023 is #241FDC. Grayscale: #C9C9C9. Windows color (decimal): -2367453 or 2351323. OLE color: 2351323.
HSL color Cylindrical-coordinate representation of color #DBE023: hue angle of 61.59º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBE023 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 35 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.12 |
| HSL | 61.59º | 0.75% | 0.51% | - |
| HSV(B) | 61.59º | 0.84% | 0.88% | - |
| XYZ | 56.17 | 68.49 | 11.85 | - |
| YUV | 200.96 | 34.34 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 35 | 0.02 | 0 | 0.84 | 0.12 | 61.59 | 0.75 | 0.51 |
| Hex | DB | E0 | 23 | 2 | 0 | 54 | C | 3E | 4B | 33 |
| Octal | 333 | 340 | 43 | 2 | 0 | 124 | 14 | 76 | 113 | 63 |
| Binary | 11011011 | 11100000 | 100011 | 10 | 0 | 1010100 | 1100 | 111110 | 1001011 | 110011 |
Color Harmonies of #DBE023
Complementary color
Monochromatic Colors of #DBE023
Black with #DBE023
Text Example
Text Example
White with #DBE023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE023; }
p { color: rgb(219,224,35); }
H1.HeaderClassName
{
color: #DBE023;
}
.AnyTagClassName
{
color: #DBE023;
}
</style>
background-color css
<style>
a { background-color: #DBE023; }
a { background-color: rgb(219,224,35); }
div.DivClassName
{
background-color: #DBE023;
}
.BgClassName
{
background-color: #DBE023;
}
</style>
border-color css
<style>
span { border-color: #DBE023; }
span { border-color: rgb(219,224,35); }
td.TdClassName
{
border-color: #DBE023;
}
.TagClassName
{
border-color: #DBE023;
}
</style>