Shades of Barberry #DBCB2B
Tints of Barberry #DBCB2B
RGB
CMYK
RGB Variations
Color information
#DBCB2B (or 0xDBCB2B) is known color: Barberry. HEX triplet: DB, CB and 2B. RGB value is (219,203,43). Sum of RGB (Red+Green+Blue) = 219+203+43=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 43 (17.19% from 255 or 9.25% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCB2B is #2434D4. Grayscale: #BEBEBE. Windows color (decimal): -2372821 or 2870235. OLE color: 2870235.
HSL color Cylindrical-coordinate representation of color #DBCB2B: hue angle of 54.55º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBCB2B is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 43 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.14 |
| HSL | 54.55º | 0.71% | 0.51% | - |
| HSV(B) | 54.55º | 0.8% | 0.86% | - |
| XYZ | 51.01 | 57.95 | 10.78 | - |
| YUV | 189.54 | 45.3 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 43 | 0 | 0.07 | 0.80 | 0.14 | 54.55 | 0.71 | 0.51 |
| Hex | DB | CB | 2B | 0 | 7 | 50 | E | 37 | 47 | 33 |
| Octal | 333 | 313 | 53 | 0 | 7 | 120 | 16 | 67 | 107 | 63 |
| Binary | 11011011 | 11001011 | 101011 | 0 | 111 | 1010000 | 1110 | 110111 | 1000111 | 110011 |
Color Harmonies of #DBCB2B
Complementary color
Monochromatic Colors of #DBCB2B
Black with #DBCB2B
Text Example
Text Example
White with #DBCB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB2B; }
p { color: rgb(219,203,43); }
H1.HeaderClassName
{
color: #DBCB2B;
}
.AnyTagClassName
{
color: #DBCB2B;
}
</style>
background-color css
<style>
a { background-color: #DBCB2B; }
a { background-color: rgb(219,203,43); }
div.DivClassName
{
background-color: #DBCB2B;
}
.BgClassName
{
background-color: #DBCB2B;
}
</style>
border-color css
<style>
span { border-color: #DBCB2B; }
span { border-color: rgb(219,203,43); }
td.TdClassName
{
border-color: #DBCB2B;
}
.TagClassName
{
border-color: #DBCB2B;
}
</style>