Shades of Barberry #DBE013
Tints of Barberry #DBE013
RGB
CMYK
RGB Variations
Color information
#DBE013 (or 0xDBE013) is known color: Barberry. HEX triplet: DB, E0 and 13. RGB value is (219,224,19). Sum of RGB (Red+Green+Blue) = 219+224+19=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 19 (7.81% from 255 or 4.11% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE013 is #241FEC. Grayscale: #C7C7C7. Windows color (decimal): -2367469 or 1302747. OLE color: 1302747.
HSL color Cylindrical-coordinate representation of color #DBE013: hue angle of 61.46º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBE013 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 19 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.12 |
| HSL | 61.46º | 0.84% | 0.48% | - |
| HSV(B) | 61.46º | 0.92% | 0.88% | - |
| XYZ | 55.99 | 68.42 | 10.87 | - |
| YUV | 199.14 | 26.34 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 19 | 0.02 | 0 | 0.92 | 0.12 | 61.46 | 0.84 | 0.48 |
| Hex | DB | E0 | 13 | 2 | 0 | 5C | C | 3D | 54 | 30 |
| Octal | 333 | 340 | 23 | 2 | 0 | 134 | 14 | 75 | 124 | 60 |
| Binary | 11011011 | 11100000 | 10011 | 10 | 0 | 1011100 | 1100 | 111101 | 1010100 | 110000 |
Color Harmonies of #DBE013
Complementary color
Monochromatic Colors of #DBE013
Black with #DBE013
Text Example
Text Example
White with #DBE013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE013; }
p { color: rgb(219,224,19); }
H1.HeaderClassName
{
color: #DBE013;
}
.AnyTagClassName
{
color: #DBE013;
}
</style>
background-color css
<style>
a { background-color: #DBE013; }
a { background-color: rgb(219,224,19); }
div.DivClassName
{
background-color: #DBE013;
}
.BgClassName
{
background-color: #DBE013;
}
</style>
border-color css
<style>
span { border-color: #DBE013; }
span { border-color: rgb(219,224,19); }
td.TdClassName
{
border-color: #DBE013;
}
.TagClassName
{
border-color: #DBE013;
}
</style>