Shades of Barberry #DBD80D
Tints of Barberry #DBD80D
RGB
CMYK
RGB Variations
Color information
#DBD80D (or 0xDBD80D) is known color: Barberry. HEX triplet: DB, D8 and 0D. RGB value is (219,216,13). Sum of RGB (Red+Green+Blue) = 219+216+13=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD80D is #2427F2. Grayscale: #C2C2C2. Windows color (decimal): -2369523 or 907483. OLE color: 907483.
HSL color Cylindrical-coordinate representation of color #DBD80D: hue angle of 59.13º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBD80D is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 13 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.14 |
| HSL | 59.13º | 0.89% | 0.45% | - |
| HSV(B) | 59.13º | 0.94% | 0.86% | - |
| XYZ | 53.84 | 64.2 | 9.94 | - |
| YUV | 193.76 | 25.99 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 13 | 0 | 0.01 | 0.94 | 0.14 | 59.13 | 0.89 | 0.45 |
| Hex | DB | D8 | D | 0 | 1 | 5E | E | 3B | 59 | 2D |
| Octal | 333 | 330 | 15 | 0 | 1 | 136 | 16 | 73 | 131 | 55 |
| Binary | 11011011 | 11011000 | 1101 | 0 | 1 | 1011110 | 1110 | 111011 | 1011001 | 101101 |
Color Harmonies of #DBD80D
Complementary color
Monochromatic Colors of #DBD80D
Black with #DBD80D
Text Example
Text Example
White with #DBD80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD80D; }
p { color: rgb(219,216,13); }
H1.HeaderClassName
{
color: #DBD80D;
}
.AnyTagClassName
{
color: #DBD80D;
}
</style>
background-color css
<style>
a { background-color: #DBD80D; }
a { background-color: rgb(219,216,13); }
div.DivClassName
{
background-color: #DBD80D;
}
.BgClassName
{
background-color: #DBD80D;
}
</style>
border-color css
<style>
span { border-color: #DBD80D; }
span { border-color: rgb(219,216,13); }
td.TdClassName
{
border-color: #DBD80D;
}
.TagClassName
{
border-color: #DBD80D;
}
</style>