Shades of Barberry #DBD90E
Tints of Barberry #DBD90E
RGB
CMYK
RGB Variations
Color information
#DBD90E (or 0xDBD90E) is known color: Barberry. HEX triplet: DB, D9 and 0E. RGB value is (219,217,14). Sum of RGB (Red+Green+Blue) = 219+217+14=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD90E is #2426F1. Grayscale: #C3C3C3. Windows color (decimal): -2369266 or 973275. OLE color: 973275.
HSL color Cylindrical-coordinate representation of color #DBD90E: hue angle of 59.41º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBD90E is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 14 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.14 |
| HSL | 59.41º | 0.88% | 0.46% | - |
| HSV(B) | 59.41º | 0.94% | 0.86% | - |
| XYZ | 54.11 | 64.72 | 10.06 | - |
| YUV | 194.46 | 26.16 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 14 | 0 | 0.01 | 0.94 | 0.14 | 59.41 | 0.88 | 0.46 |
| Hex | DB | D9 | E | 0 | 1 | 5E | E | 3B | 58 | 2E |
| Octal | 333 | 331 | 16 | 0 | 1 | 136 | 16 | 73 | 130 | 56 |
| Binary | 11011011 | 11011001 | 1110 | 0 | 1 | 1011110 | 1110 | 111011 | 1011000 | 101110 |
Color Harmonies of #DBD90E
Complementary color
Monochromatic Colors of #DBD90E
Black with #DBD90E
Text Example
Text Example
White with #DBD90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD90E; }
p { color: rgb(219,217,14); }
H1.HeaderClassName
{
color: #DBD90E;
}
.AnyTagClassName
{
color: #DBD90E;
}
</style>
background-color css
<style>
a { background-color: #DBD90E; }
a { background-color: rgb(219,217,14); }
div.DivClassName
{
background-color: #DBD90E;
}
.BgClassName
{
background-color: #DBD90E;
}
</style>
border-color css
<style>
span { border-color: #DBD90E; }
span { border-color: rgb(219,217,14); }
td.TdClassName
{
border-color: #DBD90E;
}
.TagClassName
{
border-color: #DBD90E;
}
</style>