Shades of Barberry #DBDB0C
Tints of Barberry #DBDB0C
RGB
CMYK
RGB Variations
Color information
#DBDB0C (or 0xDBDB0C) is known color: Barberry. HEX triplet: DB, DB and 0C. RGB value is (219,219,12). Sum of RGB (Red+Green+Blue) = 219+219+12=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDB0C is #2424F3. Grayscale: #C4C4C4. Windows color (decimal): -2368756 or 842715. OLE color: 842715.
HSL color Cylindrical-coordinate representation of color #DBDB0C: hue angle of 60º 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 #DBDB0C is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 12 | - |
| CMYK | 0 | 0 | 0.95 | 0.14 |
| HSL | 60º | 0.9% | 0.45% | - |
| HSV(B) | 60º | 0.95% | 0.86% | - |
| XYZ | 54.61 | 65.75 | 10.16 | - |
| YUV | 195.4 | 24.5 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 12 | 0 | 0 | 0.95 | 0.14 | 60 | 0.9 | 0.45 |
| Hex | DB | DB | C | 0 | 0 | 5F | E | 3C | 5A | 2D |
| Octal | 333 | 333 | 14 | 0 | 0 | 137 | 16 | 74 | 132 | 55 |
| Binary | 11011011 | 11011011 | 1100 | 0 | 0 | 1011111 | 1110 | 111100 | 1011010 | 101101 |
Color Harmonies of #DBDB0C
Complementary color
Monochromatic Colors of #DBDB0C
Black with #DBDB0C
Text Example
Text Example
White with #DBDB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB0C; }
p { color: rgb(219,219,12); }
H1.HeaderClassName
{
color: #DBDB0C;
}
.AnyTagClassName
{
color: #DBDB0C;
}
</style>
background-color css
<style>
a { background-color: #DBDB0C; }
a { background-color: rgb(219,219,12); }
div.DivClassName
{
background-color: #DBDB0C;
}
.BgClassName
{
background-color: #DBDB0C;
}
</style>
border-color css
<style>
span { border-color: #DBDB0C; }
span { border-color: rgb(219,219,12); }
td.TdClassName
{
border-color: #DBDB0C;
}
.TagClassName
{
border-color: #DBDB0C;
}
</style>