Shades of Barberry #DBDA16
Tints of Barberry #DBDA16
RGB
CMYK
RGB Variations
Color information
#DBDA16 (or 0xDBDA16) is known color: Barberry. HEX triplet: DB, DA and 16. RGB value is (219,218,22). Sum of RGB (Red+Green+Blue) = 219+218+22=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 22 (8.98% from 255 or 4.79% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDA16 is #2425E9. Grayscale: #C4C4C4. Windows color (decimal): -2369002 or 1497819. OLE color: 1497819.
HSL color Cylindrical-coordinate representation of color #DBDA16: hue angle of 59.7º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBDA16 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 22 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.14 |
| HSL | 59.7º | 0.82% | 0.47% | - |
| HSV(B) | 59.7º | 0.9% | 0.86% | - |
| XYZ | 54.43 | 65.26 | 10.49 | - |
| YUV | 195.96 | 29.83 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 22 | 0 | 0.00 | 0.90 | 0.14 | 59.7 | 0.82 | 0.47 |
| Hex | DB | DA | 16 | 0 | 0 | 5A | E | 3C | 52 | 2F |
| Octal | 333 | 332 | 26 | 0 | 0 | 132 | 16 | 74 | 122 | 57 |
| Binary | 11011011 | 11011010 | 10110 | 0 | 0 | 1011010 | 1110 | 111100 | 1010010 | 101111 |
Color Harmonies of #DBDA16
Complementary color
Monochromatic Colors of #DBDA16
Black with #DBDA16
Text Example
Text Example
White with #DBDA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA16; }
p { color: rgb(219,218,22); }
H1.HeaderClassName
{
color: #DBDA16;
}
.AnyTagClassName
{
color: #DBDA16;
}
</style>
background-color css
<style>
a { background-color: #DBDA16; }
a { background-color: rgb(219,218,22); }
div.DivClassName
{
background-color: #DBDA16;
}
.BgClassName
{
background-color: #DBDA16;
}
</style>
border-color css
<style>
span { border-color: #DBDA16; }
span { border-color: rgb(219,218,22); }
td.TdClassName
{
border-color: #DBDA16;
}
.TagClassName
{
border-color: #DBDA16;
}
</style>