Shades of Barberry #DBD112
Tints of Barberry #DBD112
RGB
CMYK
RGB Variations
Color information
#DBD112 (or 0xDBD112) is known color: Barberry. HEX triplet: DB, D1 and 12. RGB value is (219,209,18). Sum of RGB (Red+Green+Blue) = 219+209+18=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 18 (7.42% from 255 or 4.04% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD112 is #242EED. Grayscale: #BEBEBE. Windows color (decimal): -2371310 or 1233371. OLE color: 1233371.
HSL color Cylindrical-coordinate representation of color #DBD112: hue angle of 57.01º degrees, saturation: 0.85, 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 #DBD112 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 18 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.14 |
| HSL | 57.01º | 0.85% | 0.46% | - |
| HSV(B) | 57.01º | 0.92% | 0.86% | - |
| XYZ | 52.12 | 60.7 | 9.54 | - |
| YUV | 190.22 | 30.81 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 18 | 0 | 0.05 | 0.92 | 0.14 | 57.01 | 0.85 | 0.46 |
| Hex | DB | D1 | 12 | 0 | 5 | 5C | E | 39 | 55 | 2E |
| Octal | 333 | 321 | 22 | 0 | 5 | 134 | 16 | 71 | 125 | 56 |
| Binary | 11011011 | 11010001 | 10010 | 0 | 101 | 1011100 | 1110 | 111001 | 1010101 | 101110 |
Color Harmonies of #DBD112
Complementary color
Monochromatic Colors of #DBD112
Black with #DBD112
Text Example
Text Example
White with #DBD112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD112; }
p { color: rgb(219,209,18); }
H1.HeaderClassName
{
color: #DBD112;
}
.AnyTagClassName
{
color: #DBD112;
}
</style>
background-color css
<style>
a { background-color: #DBD112; }
a { background-color: rgb(219,209,18); }
div.DivClassName
{
background-color: #DBD112;
}
.BgClassName
{
background-color: #DBD112;
}
</style>
border-color css
<style>
span { border-color: #DBD112; }
span { border-color: rgb(219,209,18); }
td.TdClassName
{
border-color: #DBD112;
}
.TagClassName
{
border-color: #DBD112;
}
</style>