Shades of Barberry #DBD616
Tints of Barberry #DBD616
RGB
CMYK
RGB Variations
Color information
#DBD616 (or 0xDBD616) is known color: Barberry. HEX triplet: DB, D6 and 16. RGB value is (219,214,22). Sum of RGB (Red+Green+Blue) = 219+214+22=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 22 (8.98% from 255 or 4.84% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD616 is #2429E9. Grayscale: #C2C2C2. Windows color (decimal): -2370026 or 1496795. OLE color: 1496795.
HSL color Cylindrical-coordinate representation of color #DBD616: hue angle of 58.48º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBD616 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 22 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.14 |
| HSL | 58.48º | 0.82% | 0.47% | - |
| HSV(B) | 58.48º | 0.9% | 0.86% | - |
| XYZ | 53.4 | 63.21 | 10.15 | - |
| YUV | 193.61 | 31.16 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 22 | 0 | 0.02 | 0.90 | 0.14 | 58.48 | 0.82 | 0.47 |
| Hex | DB | D6 | 16 | 0 | 2 | 5A | E | 3A | 52 | 2F |
| Octal | 333 | 326 | 26 | 0 | 2 | 132 | 16 | 72 | 122 | 57 |
| Binary | 11011011 | 11010110 | 10110 | 0 | 10 | 1011010 | 1110 | 111010 | 1010010 | 101111 |
Color Harmonies of #DBD616
Complementary color
Monochromatic Colors of #DBD616
Black with #DBD616
Text Example
Text Example
White with #DBD616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD616; }
p { color: rgb(219,214,22); }
H1.HeaderClassName
{
color: #DBD616;
}
.AnyTagClassName
{
color: #DBD616;
}
</style>
background-color css
<style>
a { background-color: #DBD616; }
a { background-color: rgb(219,214,22); }
div.DivClassName
{
background-color: #DBD616;
}
.BgClassName
{
background-color: #DBD616;
}
</style>
border-color css
<style>
span { border-color: #DBD616; }
span { border-color: rgb(219,214,22); }
td.TdClassName
{
border-color: #DBD616;
}
.TagClassName
{
border-color: #DBD616;
}
</style>