Shades of Pear #DBE01C
Tints of Pear #DBE01C
RGB
CMYK
RGB Variations
Color information
#DBE01C (or 0xDBE01C) is known color: Pear. HEX triplet: DB, E0 and 1C. RGB value is (219,224,28). Sum of RGB (Red+Green+Blue) = 219+224+28=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 28 (11.33% from 255 or 5.94% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE01C is #241FE3. Grayscale: #C8C8C8. Windows color (decimal): -2367460 or 1892571. OLE color: 1892571.
HSL color Cylindrical-coordinate representation of color #DBE01C: hue angle of 61.53º degrees, saturation: 0.78, 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 #DBE01C is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 28 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.12 |
| HSL | 61.53º | 0.78% | 0.49% | - |
| HSV(B) | 61.53º | 0.88% | 0.88% | - |
| XYZ | 56.08 | 68.46 | 11.36 | - |
| YUV | 200.16 | 30.84 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 28 | 0.02 | 0 | 0.88 | 0.12 | 61.53 | 0.78 | 0.49 |
| Hex | DB | E0 | 1C | 2 | 0 | 58 | C | 3E | 4E | 31 |
| Octal | 333 | 340 | 34 | 2 | 0 | 130 | 14 | 76 | 116 | 61 |
| Binary | 11011011 | 11100000 | 11100 | 10 | 0 | 1011000 | 1100 | 111110 | 1001110 | 110001 |
Color Harmonies of #DBE01C
Complementary color
Monochromatic Colors of #DBE01C
Black with #DBE01C
Text Example
Text Example
White with #DBE01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE01C; }
p { color: rgb(219,224,28); }
H1.HeaderClassName
{
color: #DBE01C;
}
.AnyTagClassName
{
color: #DBE01C;
}
</style>
background-color css
<style>
a { background-color: #DBE01C; }
a { background-color: rgb(219,224,28); }
div.DivClassName
{
background-color: #DBE01C;
}
.BgClassName
{
background-color: #DBE01C;
}
</style>
border-color css
<style>
span { border-color: #DBE01C; }
span { border-color: rgb(219,224,28); }
td.TdClassName
{
border-color: #DBE01C;
}
.TagClassName
{
border-color: #DBE01C;
}
</style>