Shades of Barberry #DBDB13
Tints of Barberry #DBDB13
RGB
CMYK
RGB Variations
Color information
#DBDB13 (or 0xDBDB13) is known color: Barberry. HEX triplet: DB, DB and 13. RGB value is (219,219,19). Sum of RGB (Red+Green+Blue) = 219+219+19=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 19 (7.81% from 255 or 4.16% from 457); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDB13 is #2424EC. Grayscale: #C4C4C4. Windows color (decimal): -2368749 or 1301467. OLE color: 1301467.
HSL color Cylindrical-coordinate representation of color #DBDB13: hue angle of 60º 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 #DBDB13 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 19 | - |
| CMYK | 0 | 0 | 0.91 | 0.14 |
| HSL | 60º | 0.84% | 0.47% | - |
| HSV(B) | 60º | 0.91% | 0.86% | - |
| XYZ | 54.66 | 65.77 | 10.43 | - |
| YUV | 196.2 | 28 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 19 | 0 | 0 | 0.91 | 0.14 | 60 | 0.84 | 0.47 |
| Hex | DB | DB | 13 | 0 | 0 | 5B | E | 3C | 54 | 2F |
| Octal | 333 | 333 | 23 | 0 | 0 | 133 | 16 | 74 | 124 | 57 |
| Binary | 11011011 | 11011011 | 10011 | 0 | 0 | 1011011 | 1110 | 111100 | 1010100 | 101111 |
Color Harmonies of #DBDB13
Complementary color
Monochromatic Colors of #DBDB13
Black with #DBDB13
Text Example
Text Example
White with #DBDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB13; }
p { color: rgb(219,219,19); }
H1.HeaderClassName
{
color: #DBDB13;
}
.AnyTagClassName
{
color: #DBDB13;
}
</style>
background-color css
<style>
a { background-color: #DBDB13; }
a { background-color: rgb(219,219,19); }
div.DivClassName
{
background-color: #DBDB13;
}
.BgClassName
{
background-color: #DBDB13;
}
</style>
border-color css
<style>
span { border-color: #DBDB13; }
span { border-color: rgb(219,219,19); }
td.TdClassName
{
border-color: #DBDB13;
}
.TagClassName
{
border-color: #DBDB13;
}
</style>