Shades of Barberry #DBDB19
Tints of Barberry #DBDB19
RGB
CMYK
RGB Variations
Color information
#DBDB19 (or 0xDBDB19) is known color: Barberry. HEX triplet: DB, DB and 19. RGB value is (219,219,25). Sum of RGB (Red+Green+Blue) = 219+219+25=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 25 (10.16% from 255 or 5.40% from 463); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDB19 is #2424E6. Grayscale: #C5C5C5. Windows color (decimal): -2368743 or 1694683. OLE color: 1694683.
HSL color Cylindrical-coordinate representation of color #DBDB19: hue angle of 60º 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 #DBDB19 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 25 | - |
CMYK | 0 | 0 | 0.89 | 0.14 |
HSL | 60º | 0.8% | 0.48% | - |
HSV(B) | 60º | 0.89% | 0.86% | - |
XYZ | 54.72 | 65.79 | 10.74 | - |
YUV | 196.88 | 31 | 143.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 25 | 0 | 0 | 0.89 | 0.14 | 60 | 0.8 | 0.48 |
Hex | DB | DB | 19 | 0 | 0 | 59 | E | 3C | 50 | 30 |
Octal | 333 | 333 | 31 | 0 | 0 | 131 | 16 | 74 | 120 | 60 |
Binary | 11011011 | 11011011 | 11001 | 0 | 0 | 1011001 | 1110 | 111100 | 1010000 | 110000 |
Color Harmonies of #DBDB19
Complementary color
Monochromatic Colors of #DBDB19
Black with #DBDB19
Text Example
Text Example
White with #DBDB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB19; }
p { color: rgb(219,219,25); }
H1.HeaderClassName
{
color: #DBDB19;
}
.AnyTagClassName
{
color: #DBDB19;
}
</style>
background-color css
<style>
a { background-color: #DBDB19; }
a { background-color: rgb(219,219,25); }
div.DivClassName
{
background-color: #DBDB19;
}
.BgClassName
{
background-color: #DBDB19;
}
</style>
border-color css
<style>
span { border-color: #DBDB19; }
span { border-color: rgb(219,219,25); }
td.TdClassName
{
border-color: #DBDB19;
}
.TagClassName
{
border-color: #DBDB19;
}
</style>