Shades of Barberry #DBD117
Tints of Barberry #DBD117
RGB
CMYK
RGB Variations
Color information
#DBD117 (or 0xDBD117) is known color: Barberry. HEX triplet: DB, D1 and 17. RGB value is (219,209,23). Sum of RGB (Red+Green+Blue) = 219+209+23=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 23 (9.38% from 255 or 5.10% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD117 is #242EE8. Grayscale: #BFBFBF. Windows color (decimal): -2371305 or 1561051. OLE color: 1561051.
HSL color Cylindrical-coordinate representation of color #DBD117: hue angle of 56.94º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBD117 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 23 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.14 |
| HSL | 56.94º | 0.81% | 0.47% | - |
| HSV(B) | 56.94º | 0.89% | 0.86% | - |
| XYZ | 52.17 | 60.72 | 9.78 | - |
| YUV | 190.79 | 33.31 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 23 | 0 | 0.05 | 0.89 | 0.14 | 56.94 | 0.81 | 0.47 |
| Hex | DB | D1 | 17 | 0 | 5 | 59 | E | 39 | 51 | 2F |
| Octal | 333 | 321 | 27 | 0 | 5 | 131 | 16 | 71 | 121 | 57 |
| Binary | 11011011 | 11010001 | 10111 | 0 | 101 | 1011001 | 1110 | 111001 | 1010001 | 101111 |
Color Harmonies of #DBD117
Complementary color
Monochromatic Colors of #DBD117
Black with #DBD117
Text Example
Text Example
White with #DBD117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD117; }
p { color: rgb(219,209,23); }
H1.HeaderClassName
{
color: #DBD117;
}
.AnyTagClassName
{
color: #DBD117;
}
</style>
background-color css
<style>
a { background-color: #DBD117; }
a { background-color: rgb(219,209,23); }
div.DivClassName
{
background-color: #DBD117;
}
.BgClassName
{
background-color: #DBD117;
}
</style>
border-color css
<style>
span { border-color: #DBD117; }
span { border-color: rgb(219,209,23); }
td.TdClassName
{
border-color: #DBD117;
}
.TagClassName
{
border-color: #DBD117;
}
</style>