Shades of Barberry #DBDA0B
Tints of Barberry #DBDA0B
RGB
CMYK
RGB Variations
Color information
#DBDA0B (or 0xDBDA0B) is known color: Barberry. HEX triplet: DB, DA and 0B. RGB value is (219,218,11). Sum of RGB (Red+Green+Blue) = 219+218+11=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 11 (4.69% from 255 or 2.46% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDA0B is #2425F4. Grayscale: #C3C3C3. Windows color (decimal): -2369013 or 776923. OLE color: 776923.
HSL color Cylindrical-coordinate representation of color #DBDA0B: hue angle of 59.71º 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 #DBDA0B is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 11 | - |
| CMYK | 0 | 0.00 | 0.95 | 0.14 |
| HSL | 59.71º | 0.9% | 0.45% | - |
| HSV(B) | 59.71º | 0.95% | 0.86% | - |
| XYZ | 54.35 | 65.23 | 10.04 | - |
| YUV | 194.7 | 24.33 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 11 | 0 | 0.00 | 0.95 | 0.14 | 59.71 | 0.9 | 0.45 |
| Hex | DB | DA | B | 0 | 0 | 5F | E | 3C | 5A | 2D |
| Octal | 333 | 332 | 13 | 0 | 0 | 137 | 16 | 74 | 132 | 55 |
| Binary | 11011011 | 11011010 | 1011 | 0 | 0 | 1011111 | 1110 | 111100 | 1011010 | 101101 |
Color Harmonies of #DBDA0B
Complementary color
Monochromatic Colors of #DBDA0B
Black with #DBDA0B
Text Example
Text Example
White with #DBDA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA0B; }
p { color: rgb(219,218,11); }
H1.HeaderClassName
{
color: #DBDA0B;
}
.AnyTagClassName
{
color: #DBDA0B;
}
</style>
background-color css
<style>
a { background-color: #DBDA0B; }
a { background-color: rgb(219,218,11); }
div.DivClassName
{
background-color: #DBDA0B;
}
.BgClassName
{
background-color: #DBDA0B;
}
</style>
border-color css
<style>
span { border-color: #DBDA0B; }
span { border-color: rgb(219,218,11); }
td.TdClassName
{
border-color: #DBDA0B;
}
.TagClassName
{
border-color: #DBDA0B;
}
</style>