Shades of Barberry #DBDA18
Tints of Barberry #DBDA18
RGB
CMYK
RGB Variations
Color information
#DBDA18 (or 0xDBDA18) is known color: Barberry. HEX triplet: DB, DA and 18. RGB value is (219,218,24). Sum of RGB (Red+Green+Blue) = 219+218+24=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 24 (9.77% from 255 or 5.21% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDA18 is #2425E7. Grayscale: #C4C4C4. Windows color (decimal): -2369000 or 1628891. OLE color: 1628891.
HSL color Cylindrical-coordinate representation of color #DBDA18: hue angle of 59.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBDA18 is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 24 | - |
| CMYK | 0 | 0.00 | 0.89 | 0.14 |
| HSL | 59.69º | 0.8% | 0.48% | - |
| HSV(B) | 59.69º | 0.89% | 0.86% | - |
| XYZ | 54.45 | 65.27 | 10.59 | - |
| YUV | 196.18 | 30.83 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 24 | 0 | 0.00 | 0.89 | 0.14 | 59.69 | 0.8 | 0.48 |
| Hex | DB | DA | 18 | 0 | 0 | 59 | E | 3C | 50 | 30 |
| Octal | 333 | 332 | 30 | 0 | 0 | 131 | 16 | 74 | 120 | 60 |
| Binary | 11011011 | 11011010 | 11000 | 0 | 0 | 1011001 | 1110 | 111100 | 1010000 | 110000 |
Color Harmonies of #DBDA18
Complementary color
Monochromatic Colors of #DBDA18
Black with #DBDA18
Text Example
Text Example
White with #DBDA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA18; }
p { color: rgb(219,218,24); }
H1.HeaderClassName
{
color: #DBDA18;
}
.AnyTagClassName
{
color: #DBDA18;
}
</style>
background-color css
<style>
a { background-color: #DBDA18; }
a { background-color: rgb(219,218,24); }
div.DivClassName
{
background-color: #DBDA18;
}
.BgClassName
{
background-color: #DBDA18;
}
</style>
border-color css
<style>
span { border-color: #DBDA18; }
span { border-color: rgb(219,218,24); }
td.TdClassName
{
border-color: #DBDA18;
}
.TagClassName
{
border-color: #DBDA18;
}
</style>