Shades of Barberry #DBDA12
Tints of Barberry #DBDA12
RGB
CMYK
RGB Variations
Color information
#DBDA12 (or 0xDBDA12) is known color: Barberry. HEX triplet: DB, DA and 12. RGB value is (219,218,18). Sum of RGB (Red+Green+Blue) = 219+218+18=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDA12 is #2425ED. Grayscale: #C4C4C4. Windows color (decimal): -2369006 or 1235675. OLE color: 1235675.
HSL color Cylindrical-coordinate representation of color #DBDA12: hue angle of 59.7º 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 #DBDA12 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 18 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.14 |
| HSL | 59.7º | 0.85% | 0.46% | - |
| HSV(B) | 59.7º | 0.92% | 0.86% | - |
| XYZ | 54.39 | 65.25 | 10.3 | - |
| YUV | 195.5 | 27.83 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 18 | 0 | 0.00 | 0.92 | 0.14 | 59.7 | 0.85 | 0.46 |
| Hex | DB | DA | 12 | 0 | 0 | 5C | E | 3C | 55 | 2E |
| Octal | 333 | 332 | 22 | 0 | 0 | 134 | 16 | 74 | 125 | 56 |
| Binary | 11011011 | 11011010 | 10010 | 0 | 0 | 1011100 | 1110 | 111100 | 1010101 | 101110 |
Color Harmonies of #DBDA12
Complementary color
Monochromatic Colors of #DBDA12
Black with #DBDA12
Text Example
Text Example
White with #DBDA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA12; }
p { color: rgb(219,218,18); }
H1.HeaderClassName
{
color: #DBDA12;
}
.AnyTagClassName
{
color: #DBDA12;
}
</style>
background-color css
<style>
a { background-color: #DBDA12; }
a { background-color: rgb(219,218,18); }
div.DivClassName
{
background-color: #DBDA12;
}
.BgClassName
{
background-color: #DBDA12;
}
</style>
border-color css
<style>
span { border-color: #DBDA12; }
span { border-color: rgb(219,218,18); }
td.TdClassName
{
border-color: #DBDA12;
}
.TagClassName
{
border-color: #DBDA12;
}
</style>