Shades of Barberry #DBD80B
Tints of Barberry #DBD80B
RGB
CMYK
RGB Variations
Color information
#DBD80B (or 0xDBD80B) is known color: Barberry. HEX triplet: DB, D8 and 0B. RGB value is (219,216,11). Sum of RGB (Red+Green+Blue) = 219+216+11=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD80B is #2427F4. Grayscale: #C2C2C2. Windows color (decimal): -2369525 or 776411. OLE color: 776411.
HSL color Cylindrical-coordinate representation of color #DBD80B: hue angle of 59.13º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBD80B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 11 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.14 |
| HSL | 59.13º | 0.9% | 0.45% | - |
| HSV(B) | 59.13º | 0.95% | 0.86% | - |
| XYZ | 53.83 | 64.2 | 9.87 | - |
| YUV | 193.53 | 24.99 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 11 | 0 | 0.01 | 0.95 | 0.14 | 59.13 | 0.9 | 0.45 |
| Hex | DB | D8 | B | 0 | 1 | 5F | E | 3B | 5A | 2D |
| Octal | 333 | 330 | 13 | 0 | 1 | 137 | 16 | 73 | 132 | 55 |
| Binary | 11011011 | 11011000 | 1011 | 0 | 1 | 1011111 | 1110 | 111011 | 1011010 | 101101 |
Color Harmonies of #DBD80B
Complementary color
Monochromatic Colors of #DBD80B
Black with #DBD80B
Text Example
Text Example
White with #DBD80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD80B; }
p { color: rgb(219,216,11); }
H1.HeaderClassName
{
color: #DBD80B;
}
.AnyTagClassName
{
color: #DBD80B;
}
</style>
background-color css
<style>
a { background-color: #DBD80B; }
a { background-color: rgb(219,216,11); }
div.DivClassName
{
background-color: #DBD80B;
}
.BgClassName
{
background-color: #DBD80B;
}
</style>
border-color css
<style>
span { border-color: #DBD80B; }
span { border-color: rgb(219,216,11); }
td.TdClassName
{
border-color: #DBD80B;
}
.TagClassName
{
border-color: #DBD80B;
}
</style>