Shades of Barberry #DBD211
Tints of Barberry #DBD211
RGB
CMYK
RGB Variations
Color information
#DBD211 (or 0xDBD211) is known color: Barberry. HEX triplet: DB, D2 and 11. RGB value is (219,210,17). Sum of RGB (Red+Green+Blue) = 219+210+17=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 17 (7.03% from 255 or 3.81% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD211 is #242DEE. Grayscale: #BFBFBF. Windows color (decimal): -2371055 or 1168091. OLE color: 1168091.
HSL color Cylindrical-coordinate representation of color #DBD211: hue angle of 57.33º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBD211 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 17 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.14 |
| HSL | 57.33º | 0.86% | 0.46% | - |
| HSV(B) | 57.33º | 0.92% | 0.86% | - |
| XYZ | 52.36 | 61.19 | 9.58 | - |
| YUV | 190.69 | 29.98 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 17 | 0 | 0.04 | 0.92 | 0.14 | 57.33 | 0.86 | 0.46 |
| Hex | DB | D2 | 11 | 0 | 4 | 5C | E | 39 | 56 | 2E |
| Octal | 333 | 322 | 21 | 0 | 4 | 134 | 16 | 71 | 126 | 56 |
| Binary | 11011011 | 11010010 | 10001 | 0 | 100 | 1011100 | 1110 | 111001 | 1010110 | 101110 |
Color Harmonies of #DBD211
Complementary color
Monochromatic Colors of #DBD211
Black with #DBD211
Text Example
Text Example
White with #DBD211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD211; }
p { color: rgb(219,210,17); }
H1.HeaderClassName
{
color: #DBD211;
}
.AnyTagClassName
{
color: #DBD211;
}
</style>
background-color css
<style>
a { background-color: #DBD211; }
a { background-color: rgb(219,210,17); }
div.DivClassName
{
background-color: #DBD211;
}
.BgClassName
{
background-color: #DBD211;
}
</style>
border-color css
<style>
span { border-color: #DBD211; }
span { border-color: rgb(219,210,17); }
td.TdClassName
{
border-color: #DBD211;
}
.TagClassName
{
border-color: #DBD211;
}
</style>