Shades of Barberry #DBD817
Tints of Barberry #DBD817
RGB
CMYK
RGB Variations
Color information
#DBD817 (or 0xDBD817) is known color: Barberry. HEX triplet: DB, D8 and 17. RGB value is (219,216,23). Sum of RGB (Red+Green+Blue) = 219+216+23=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 23 (9.38% from 255 or 5.02% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD817 is #2427E8. Grayscale: #C3C3C3. Windows color (decimal): -2369513 or 1562843. OLE color: 1562843.
HSL color Cylindrical-coordinate representation of color #DBD817: hue angle of 59.08º 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 #DBD817 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 23 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.14 |
| HSL | 59.08º | 0.81% | 0.47% | - |
| HSV(B) | 59.08º | 0.89% | 0.86% | - |
| XYZ | 53.92 | 64.23 | 10.37 | - |
| YUV | 194.9 | 30.99 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 23 | 0 | 0.01 | 0.89 | 0.14 | 59.08 | 0.81 | 0.47 |
| Hex | DB | D8 | 17 | 0 | 1 | 59 | E | 3B | 51 | 2F |
| Octal | 333 | 330 | 27 | 0 | 1 | 131 | 16 | 73 | 121 | 57 |
| Binary | 11011011 | 11011000 | 10111 | 0 | 1 | 1011001 | 1110 | 111011 | 1010001 | 101111 |
Color Harmonies of #DBD817
Complementary color
Monochromatic Colors of #DBD817
Black with #DBD817
Text Example
Text Example
White with #DBD817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD817; }
p { color: rgb(219,216,23); }
H1.HeaderClassName
{
color: #DBD817;
}
.AnyTagClassName
{
color: #DBD817;
}
</style>
background-color css
<style>
a { background-color: #DBD817; }
a { background-color: rgb(219,216,23); }
div.DivClassName
{
background-color: #DBD817;
}
.BgClassName
{
background-color: #DBD817;
}
</style>
border-color css
<style>
span { border-color: #DBD817; }
span { border-color: rgb(219,216,23); }
td.TdClassName
{
border-color: #DBD817;
}
.TagClassName
{
border-color: #DBD817;
}
</style>