Shades of Barberry #DBD914
Tints of Barberry #DBD914
RGB
CMYK
RGB Variations
Color information
#DBD914 (or 0xDBD914) is known color: Barberry. HEX triplet: DB, D9 and 14. RGB value is (219,217,20). Sum of RGB (Red+Green+Blue) = 219+217+20=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD914 is #2426EB. Grayscale: #C3C3C3. Windows color (decimal): -2369260 or 1366491. OLE color: 1366491.
HSL color Cylindrical-coordinate representation of color #DBD914: hue angle of 59.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBD914 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 20 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.14 |
| HSL | 59.4º | 0.83% | 0.47% | - |
| HSV(B) | 59.4º | 0.91% | 0.86% | - |
| XYZ | 54.15 | 64.74 | 10.3 | - |
| YUV | 195.14 | 29.16 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 20 | 0 | 0.01 | 0.91 | 0.14 | 59.4 | 0.83 | 0.47 |
| Hex | DB | D9 | 14 | 0 | 1 | 5B | E | 3B | 53 | 2F |
| Octal | 333 | 331 | 24 | 0 | 1 | 133 | 16 | 73 | 123 | 57 |
| Binary | 11011011 | 11011001 | 10100 | 0 | 1 | 1011011 | 1110 | 111011 | 1010011 | 101111 |
Color Harmonies of #DBD914
Complementary color
Monochromatic Colors of #DBD914
Black with #DBD914
Text Example
Text Example
White with #DBD914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD914; }
p { color: rgb(219,217,20); }
H1.HeaderClassName
{
color: #DBD914;
}
.AnyTagClassName
{
color: #DBD914;
}
</style>
background-color css
<style>
a { background-color: #DBD914; }
a { background-color: rgb(219,217,20); }
div.DivClassName
{
background-color: #DBD914;
}
.BgClassName
{
background-color: #DBD914;
}
</style>
border-color css
<style>
span { border-color: #DBD914; }
span { border-color: rgb(219,217,20); }
td.TdClassName
{
border-color: #DBD914;
}
.TagClassName
{
border-color: #DBD914;
}
</style>