Shades of Barberry #DBDA0C
Tints of Barberry #DBDA0C
RGB
CMYK
RGB Variations
Color information
#DBDA0C (or 0xDBDA0C) is known color: Barberry. HEX triplet: DB, DA and 0C. RGB value is (219,218,12). Sum of RGB (Red+Green+Blue) = 219+218+12=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDA0C is #2425F3. Grayscale: #C3C3C3. Windows color (decimal): -2369012 or 842459. OLE color: 842459.
HSL color Cylindrical-coordinate representation of color #DBDA0C: 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 #DBDA0C is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 12 | - |
| 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.07 | - |
| YUV | 194.82 | 24.83 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 12 | 0 | 0.00 | 0.95 | 0.14 | 59.71 | 0.9 | 0.45 |
| Hex | DB | DA | C | 0 | 0 | 5F | E | 3C | 5A | 2D |
| Octal | 333 | 332 | 14 | 0 | 0 | 137 | 16 | 74 | 132 | 55 |
| Binary | 11011011 | 11011010 | 1100 | 0 | 0 | 1011111 | 1110 | 111100 | 1011010 | 101101 |
Color Harmonies of #DBDA0C
Complementary color
Monochromatic Colors of #DBDA0C
Black with #DBDA0C
Text Example
Text Example
White with #DBDA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA0C; }
p { color: rgb(219,218,12); }
H1.HeaderClassName
{
color: #DBDA0C;
}
.AnyTagClassName
{
color: #DBDA0C;
}
</style>
background-color css
<style>
a { background-color: #DBDA0C; }
a { background-color: rgb(219,218,12); }
div.DivClassName
{
background-color: #DBDA0C;
}
.BgClassName
{
background-color: #DBDA0C;
}
</style>
border-color css
<style>
span { border-color: #DBDA0C; }
span { border-color: rgb(219,218,12); }
td.TdClassName
{
border-color: #DBDA0C;
}
.TagClassName
{
border-color: #DBDA0C;
}
</style>