Shades of Barberry #DBCB20
Tints of Barberry #DBCB20
RGB
CMYK
RGB Variations
Color information
#DBCB20 (or 0xDBCB20) is known color: Barberry. HEX triplet: DB, CB and 20. RGB value is (219,203,32). Sum of RGB (Red+Green+Blue) = 219+203+32=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCB20 is #2434DF. Grayscale: #BCBCBC. Windows color (decimal): -2372832 or 2149339. OLE color: 2149339.
HSL color Cylindrical-coordinate representation of color #DBCB20: hue angle of 54.87º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBCB20 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 32 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.14 |
| HSL | 54.87º | 0.75% | 0.49% | - |
| HSV(B) | 54.87º | 0.85% | 0.86% | - |
| XYZ | 50.83 | 57.88 | 9.86 | - |
| YUV | 188.29 | 39.8 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 32 | 0 | 0.07 | 0.85 | 0.14 | 54.87 | 0.75 | 0.49 |
| Hex | DB | CB | 20 | 0 | 7 | 55 | E | 37 | 4B | 31 |
| Octal | 333 | 313 | 40 | 0 | 7 | 125 | 16 | 67 | 113 | 61 |
| Binary | 11011011 | 11001011 | 100000 | 0 | 111 | 1010101 | 1110 | 110111 | 1001011 | 110001 |
Color Harmonies of #DBCB20
Complementary color
Monochromatic Colors of #DBCB20
Black with #DBCB20
Text Example
Text Example
White with #DBCB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB20; }
p { color: rgb(219,203,32); }
H1.HeaderClassName
{
color: #DBCB20;
}
.AnyTagClassName
{
color: #DBCB20;
}
</style>
background-color css
<style>
a { background-color: #DBCB20; }
a { background-color: rgb(219,203,32); }
div.DivClassName
{
background-color: #DBCB20;
}
.BgClassName
{
background-color: #DBCB20;
}
</style>
border-color css
<style>
span { border-color: #DBCB20; }
span { border-color: rgb(219,203,32); }
td.TdClassName
{
border-color: #DBCB20;
}
.TagClassName
{
border-color: #DBCB20;
}
</style>