Shades of Barberry #DBD50D
Tints of Barberry #DBD50D
RGB
CMYK
RGB Variations
Color information
#DBD50D (or 0xDBD50D) is known color: Barberry. HEX triplet: DB, D5 and 0D. RGB value is (219,213,13). Sum of RGB (Red+Green+Blue) = 219+213+13=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD50D is #242AF2. Grayscale: #C0C0C0. Windows color (decimal): -2370291 or 906715. OLE color: 906715.
HSL color Cylindrical-coordinate representation of color #DBD50D: hue angle of 58.25º 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 #DBD50D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 13 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.14 |
| HSL | 58.25º | 0.89% | 0.45% | - |
| HSV(B) | 58.25º | 0.94% | 0.86% | - |
| XYZ | 53.08 | 62.68 | 9.68 | - |
| YUV | 191.99 | 26.99 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 13 | 0 | 0.03 | 0.94 | 0.14 | 58.25 | 0.89 | 0.45 |
| Hex | DB | D5 | D | 0 | 3 | 5E | E | 3A | 59 | 2D |
| Octal | 333 | 325 | 15 | 0 | 3 | 136 | 16 | 72 | 131 | 55 |
| Binary | 11011011 | 11010101 | 1101 | 0 | 11 | 1011110 | 1110 | 111010 | 1011001 | 101101 |
Color Harmonies of #DBD50D
Complementary color
Monochromatic Colors of #DBD50D
Black with #DBD50D
Text Example
Text Example
White with #DBD50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD50D; }
p { color: rgb(219,213,13); }
H1.HeaderClassName
{
color: #DBD50D;
}
.AnyTagClassName
{
color: #DBD50D;
}
</style>
background-color css
<style>
a { background-color: #DBD50D; }
a { background-color: rgb(219,213,13); }
div.DivClassName
{
background-color: #DBD50D;
}
.BgClassName
{
background-color: #DBD50D;
}
</style>
border-color css
<style>
span { border-color: #DBD50D; }
span { border-color: rgb(219,213,13); }
td.TdClassName
{
border-color: #DBD50D;
}
.TagClassName
{
border-color: #DBD50D;
}
</style>