Shades of Barberry #DBD912
Tints of Barberry #DBD912
RGB
CMYK
RGB Variations
Color information
#DBD912 (or 0xDBD912) is known color: Barberry. HEX triplet: DB, D9 and 12. RGB value is (219,217,18). Sum of RGB (Red+Green+Blue) = 219+217+18=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD912 is #2426ED. Grayscale: #C3C3C3. Windows color (decimal): -2369262 or 1235419. OLE color: 1235419.
HSL color Cylindrical-coordinate representation of color #DBD912: hue angle of 59.4º 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 #DBD912 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 18 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.14 |
| HSL | 59.4º | 0.85% | 0.46% | - |
| HSV(B) | 59.4º | 0.92% | 0.86% | - |
| XYZ | 54.14 | 64.73 | 10.21 | - |
| YUV | 194.91 | 28.16 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 18 | 0 | 0.01 | 0.92 | 0.14 | 59.4 | 0.85 | 0.46 |
| Hex | DB | D9 | 12 | 0 | 1 | 5C | E | 3B | 55 | 2E |
| Octal | 333 | 331 | 22 | 0 | 1 | 134 | 16 | 73 | 125 | 56 |
| Binary | 11011011 | 11011001 | 10010 | 0 | 1 | 1011100 | 1110 | 111011 | 1010101 | 101110 |
Color Harmonies of #DBD912
Complementary color
Monochromatic Colors of #DBD912
Black with #DBD912
Text Example
Text Example
White with #DBD912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD912; }
p { color: rgb(219,217,18); }
H1.HeaderClassName
{
color: #DBD912;
}
.AnyTagClassName
{
color: #DBD912;
}
</style>
background-color css
<style>
a { background-color: #DBD912; }
a { background-color: rgb(219,217,18); }
div.DivClassName
{
background-color: #DBD912;
}
.BgClassName
{
background-color: #DBD912;
}
</style>
border-color css
<style>
span { border-color: #DBD912; }
span { border-color: rgb(219,217,18); }
td.TdClassName
{
border-color: #DBD912;
}
.TagClassName
{
border-color: #DBD912;
}
</style>