Shades of Barberry #DBDB12
Tints of Barberry #DBDB12
RGB
CMYK
RGB Variations
Color information
#DBDB12 (or 0xDBDB12) is known color: Barberry. HEX triplet: DB, DB and 12. RGB value is (219,219,18). Sum of RGB (Red+Green+Blue) = 219+219+18=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 18 (7.42% from 255 or 3.95% from 456); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDB12 is #2424ED. Grayscale: #C4C4C4. Windows color (decimal): -2368750 or 1235931. OLE color: 1235931.
HSL color Cylindrical-coordinate representation of color #DBDB12: hue angle of 60º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBDB12 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 18 | - |
| CMYK | 0 | 0 | 0.92 | 0.14 |
| HSL | 60º | 0.85% | 0.46% | - |
| HSV(B) | 60º | 0.92% | 0.86% | - |
| XYZ | 54.65 | 65.77 | 10.39 | - |
| YUV | 196.09 | 27.5 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 18 | 0 | 0 | 0.92 | 0.14 | 60 | 0.85 | 0.46 |
| Hex | DB | DB | 12 | 0 | 0 | 5C | E | 3C | 55 | 2E |
| Octal | 333 | 333 | 22 | 0 | 0 | 134 | 16 | 74 | 125 | 56 |
| Binary | 11011011 | 11011011 | 10010 | 0 | 0 | 1011100 | 1110 | 111100 | 1010101 | 101110 |
Color Harmonies of #DBDB12
Complementary color
Monochromatic Colors of #DBDB12
Black with #DBDB12
Text Example
Text Example
White with #DBDB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB12; }
p { color: rgb(219,219,18); }
H1.HeaderClassName
{
color: #DBDB12;
}
.AnyTagClassName
{
color: #DBDB12;
}
</style>
background-color css
<style>
a { background-color: #DBDB12; }
a { background-color: rgb(219,219,18); }
div.DivClassName
{
background-color: #DBDB12;
}
.BgClassName
{
background-color: #DBDB12;
}
</style>
border-color css
<style>
span { border-color: #DBDB12; }
span { border-color: rgb(219,219,18); }
td.TdClassName
{
border-color: #DBDB12;
}
.TagClassName
{
border-color: #DBDB12;
}
</style>