Shades of Barberry #DBDB0A
Tints of Barberry #DBDB0A
RGB
CMYK
RGB Variations
Color information
#DBDB0A (or 0xDBDB0A) is known color: Barberry. HEX triplet: DB, DB and 0A. RGB value is (219,219,10). Sum of RGB (Red+Green+Blue) = 219+219+10=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDB0A is #2424F5. Grayscale: #C4C4C4. Windows color (decimal): -2368758 or 711643. OLE color: 711643.
HSL color Cylindrical-coordinate representation of color #DBDB0A: hue angle of 60º degrees, saturation: 0.91, 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 #DBDB0A is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 10 | - |
| CMYK | 0 | 0 | 0.95 | 0.14 |
| HSL | 60º | 0.91% | 0.45% | - |
| HSV(B) | 60º | 0.95% | 0.86% | - |
| XYZ | 54.6 | 65.75 | 10.1 | - |
| YUV | 195.17 | 23.5 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 10 | 0 | 0 | 0.95 | 0.14 | 60 | 0.91 | 0.45 |
| Hex | DB | DB | A | 0 | 0 | 5F | E | 3C | 5B | 2D |
| Octal | 333 | 333 | 12 | 0 | 0 | 137 | 16 | 74 | 133 | 55 |
| Binary | 11011011 | 11011011 | 1010 | 0 | 0 | 1011111 | 1110 | 111100 | 1011011 | 101101 |
Color Harmonies of #DBDB0A
Complementary color
Monochromatic Colors of #DBDB0A
Black with #DBDB0A
Text Example
Text Example
White with #DBDB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB0A; }
p { color: rgb(219,219,10); }
H1.HeaderClassName
{
color: #DBDB0A;
}
.AnyTagClassName
{
color: #DBDB0A;
}
</style>
background-color css
<style>
a { background-color: #DBDB0A; }
a { background-color: rgb(219,219,10); }
div.DivClassName
{
background-color: #DBDB0A;
}
.BgClassName
{
background-color: #DBDB0A;
}
</style>
border-color css
<style>
span { border-color: #DBDB0A; }
span { border-color: rgb(219,219,10); }
td.TdClassName
{
border-color: #DBDB0A;
}
.TagClassName
{
border-color: #DBDB0A;
}
</style>