Shades of Barberry #DBD513
Tints of Barberry #DBD513
RGB
CMYK
RGB Variations
Color information
#DBD513 (or 0xDBD513) is known color: Barberry. HEX triplet: DB, D5 and 13. RGB value is (219,213,19). Sum of RGB (Red+Green+Blue) = 219+213+19=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD513 is #242AEC. Grayscale: #C1C1C1. Windows color (decimal): -2370285 or 1299931. OLE color: 1299931.
HSL color Cylindrical-coordinate representation of color #DBD513: hue angle of 58.2º degrees, saturation: 0.84, 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 #DBD513 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 19 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.14 |
| HSL | 58.2º | 0.84% | 0.47% | - |
| HSV(B) | 58.2º | 0.91% | 0.86% | - |
| XYZ | 53.13 | 62.7 | 9.92 | - |
| YUV | 192.68 | 29.99 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 19 | 0 | 0.03 | 0.91 | 0.14 | 58.2 | 0.84 | 0.47 |
| Hex | DB | D5 | 13 | 0 | 3 | 5B | E | 3A | 54 | 2F |
| Octal | 333 | 325 | 23 | 0 | 3 | 133 | 16 | 72 | 124 | 57 |
| Binary | 11011011 | 11010101 | 10011 | 0 | 11 | 1011011 | 1110 | 111010 | 1010100 | 101111 |
Color Harmonies of #DBD513
Complementary color
Monochromatic Colors of #DBD513
Black with #DBD513
Text Example
Text Example
White with #DBD513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD513; }
p { color: rgb(219,213,19); }
H1.HeaderClassName
{
color: #DBD513;
}
.AnyTagClassName
{
color: #DBD513;
}
</style>
background-color css
<style>
a { background-color: #DBD513; }
a { background-color: rgb(219,213,19); }
div.DivClassName
{
background-color: #DBD513;
}
.BgClassName
{
background-color: #DBD513;
}
</style>
border-color css
<style>
span { border-color: #DBD513; }
span { border-color: rgb(219,213,19); }
td.TdClassName
{
border-color: #DBD513;
}
.TagClassName
{
border-color: #DBD513;
}
</style>