Shades of Barberry #DBD519
Tints of Barberry #DBD519
RGB
CMYK
RGB Variations
Color information
#DBD519 (or 0xDBD519) is known color: Barberry. HEX triplet: DB, D5 and 19. RGB value is (219,213,25). Sum of RGB (Red+Green+Blue) = 219+213+25=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 25 (10.16% from 255 or 5.47% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD519 is #242AE6. Grayscale: #C2C2C2. Windows color (decimal): -2370279 or 1693147. OLE color: 1693147.
HSL color Cylindrical-coordinate representation of color #DBD519: hue angle of 58.14º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBD519 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 25 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.14 |
| HSL | 58.14º | 0.8% | 0.48% | - |
| HSV(B) | 58.14º | 0.89% | 0.86% | - |
| XYZ | 53.18 | 62.72 | 10.22 | - |
| YUV | 193.36 | 32.99 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 25 | 0 | 0.03 | 0.89 | 0.14 | 58.14 | 0.8 | 0.48 |
| Hex | DB | D5 | 19 | 0 | 3 | 59 | E | 3A | 50 | 30 |
| Octal | 333 | 325 | 31 | 0 | 3 | 131 | 16 | 72 | 120 | 60 |
| Binary | 11011011 | 11010101 | 11001 | 0 | 11 | 1011001 | 1110 | 111010 | 1010000 | 110000 |
Color Harmonies of #DBD519
Complementary color
Monochromatic Colors of #DBD519
Black with #DBD519
Text Example
Text Example
White with #DBD519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD519; }
p { color: rgb(219,213,25); }
H1.HeaderClassName
{
color: #DBD519;
}
.AnyTagClassName
{
color: #DBD519;
}
</style>
background-color css
<style>
a { background-color: #DBD519; }
a { background-color: rgb(219,213,25); }
div.DivClassName
{
background-color: #DBD519;
}
.BgClassName
{
background-color: #DBD519;
}
</style>
border-color css
<style>
span { border-color: #DBD519; }
span { border-color: rgb(219,213,25); }
td.TdClassName
{
border-color: #DBD519;
}
.TagClassName
{
border-color: #DBD519;
}
</style>