Shades of Barberry #DBDB1B
Tints of Barberry #DBDB1B
RGB
CMYK
RGB Variations
Color information
#DBDB1B (or 0xDBDB1B) is known color: Barberry. HEX triplet: DB, DB and 1B. RGB value is (219,219,27). Sum of RGB (Red+Green+Blue) = 219+219+27=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 27 (10.94% from 255 or 5.81% from 465); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB1B is #2424E4. Grayscale: #C5C5C5. Windows color (decimal): -2368741 or 1825755. OLE color: 1825755.
HSL color Cylindrical-coordinate representation of color #DBDB1B: hue angle of 60º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBDB1B is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 27 | - |
| CMYK | 0 | 0 | 0.88 | 0.14 |
| HSL | 60º | 0.78% | 0.48% | - |
| HSV(B) | 60º | 0.88% | 0.86% | - |
| XYZ | 54.74 | 65.8 | 10.85 | - |
| YUV | 197.11 | 32 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 27 | 0 | 0 | 0.88 | 0.14 | 60 | 0.78 | 0.48 |
| Hex | DB | DB | 1B | 0 | 0 | 58 | E | 3C | 4E | 30 |
| Octal | 333 | 333 | 33 | 0 | 0 | 130 | 16 | 74 | 116 | 60 |
| Binary | 11011011 | 11011011 | 11011 | 0 | 0 | 1011000 | 1110 | 111100 | 1001110 | 110000 |
Color Harmonies of #DBDB1B
Complementary color
Monochromatic Colors of #DBDB1B
Black with #DBDB1B
Text Example
Text Example
White with #DBDB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB1B; }
p { color: rgb(219,219,27); }
H1.HeaderClassName
{
color: #DBDB1B;
}
.AnyTagClassName
{
color: #DBDB1B;
}
</style>
background-color css
<style>
a { background-color: #DBDB1B; }
a { background-color: rgb(219,219,27); }
div.DivClassName
{
background-color: #DBDB1B;
}
.BgClassName
{
background-color: #DBDB1B;
}
</style>
border-color css
<style>
span { border-color: #DBDB1B; }
span { border-color: rgb(219,219,27); }
td.TdClassName
{
border-color: #DBDB1B;
}
.TagClassName
{
border-color: #DBDB1B;
}
</style>