Shades of Barberry #DBD50E
Tints of Barberry #DBD50E
RGB
CMYK
RGB Variations
Color information
#DBD50E (or 0xDBD50E) is known color: Barberry. HEX triplet: DB, D5 and 0E. RGB value is (219,213,14). Sum of RGB (Red+Green+Blue) = 219+213+14=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 14 (5.86% from 255 or 3.14% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD50E is #242AF1. Grayscale: #C0C0C0. Windows color (decimal): -2370290 or 972251. OLE color: 972251.
HSL color Cylindrical-coordinate representation of color #DBD50E: hue angle of 58.24º 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 #DBD50E is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 14 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.14 |
| HSL | 58.24º | 0.88% | 0.46% | - |
| HSV(B) | 58.24º | 0.94% | 0.86% | - |
| XYZ | 53.09 | 62.68 | 9.72 | - |
| YUV | 192.11 | 27.49 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 14 | 0 | 0.03 | 0.94 | 0.14 | 58.24 | 0.88 | 0.46 |
| Hex | DB | D5 | E | 0 | 3 | 5E | E | 3A | 58 | 2E |
| Octal | 333 | 325 | 16 | 0 | 3 | 136 | 16 | 72 | 130 | 56 |
| Binary | 11011011 | 11010101 | 1110 | 0 | 11 | 1011110 | 1110 | 111010 | 1011000 | 101110 |
Color Harmonies of #DBD50E
Complementary color
Monochromatic Colors of #DBD50E
Black with #DBD50E
Text Example
Text Example
White with #DBD50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD50E; }
p { color: rgb(219,213,14); }
H1.HeaderClassName
{
color: #DBD50E;
}
.AnyTagClassName
{
color: #DBD50E;
}
</style>
background-color css
<style>
a { background-color: #DBD50E; }
a { background-color: rgb(219,213,14); }
div.DivClassName
{
background-color: #DBD50E;
}
.BgClassName
{
background-color: #DBD50E;
}
</style>
border-color css
<style>
span { border-color: #DBD50E; }
span { border-color: rgb(219,213,14); }
td.TdClassName
{
border-color: #DBD50E;
}
.TagClassName
{
border-color: #DBD50E;
}
</style>