Shades of Barberry #DBCB2A
Tints of Barberry #DBCB2A
RGB
CMYK
RGB Variations
Color information
#DBCB2A (or 0xDBCB2A) is known color: Barberry. HEX triplet: DB, CB and 2A. RGB value is (219,203,42). Sum of RGB (Red+Green+Blue) = 219+203+42=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCB2A is #2434D5. Grayscale: #BEBEBE. Windows color (decimal): -2372822 or 2804699. OLE color: 2804699.
HSL color Cylindrical-coordinate representation of color #DBCB2A: hue angle of 54.58º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBCB2A is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 42 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.14 |
| HSL | 54.58º | 0.71% | 0.51% | - |
| HSV(B) | 54.58º | 0.81% | 0.86% | - |
| XYZ | 50.99 | 57.94 | 10.69 | - |
| YUV | 189.43 | 44.8 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 42 | 0 | 0.07 | 0.81 | 0.14 | 54.58 | 0.71 | 0.51 |
| Hex | DB | CB | 2A | 0 | 7 | 51 | E | 37 | 47 | 33 |
| Octal | 333 | 313 | 52 | 0 | 7 | 121 | 16 | 67 | 107 | 63 |
| Binary | 11011011 | 11001011 | 101010 | 0 | 111 | 1010001 | 1110 | 110111 | 1000111 | 110011 |
Color Harmonies of #DBCB2A
Complementary color
Monochromatic Colors of #DBCB2A
Black with #DBCB2A
Text Example
Text Example
White with #DBCB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB2A; }
p { color: rgb(219,203,42); }
H1.HeaderClassName
{
color: #DBCB2A;
}
.AnyTagClassName
{
color: #DBCB2A;
}
</style>
background-color css
<style>
a { background-color: #DBCB2A; }
a { background-color: rgb(219,203,42); }
div.DivClassName
{
background-color: #DBCB2A;
}
.BgClassName
{
background-color: #DBCB2A;
}
</style>
border-color css
<style>
span { border-color: #DBCB2A; }
span { border-color: rgb(219,203,42); }
td.TdClassName
{
border-color: #DBCB2A;
}
.TagClassName
{
border-color: #DBCB2A;
}
</style>