Shades of Barberry #DBCB2C
Tints of Barberry #DBCB2C
RGB
CMYK
RGB Variations
Color information
#DBCB2C (or 0xDBCB2C) is known color: Barberry. HEX triplet: DB, CB and 2C. RGB value is (219,203,44). Sum of RGB (Red+Green+Blue) = 219+203+44=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 44 (17.58% from 255 or 9.44% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCB2C is #2434D3. Grayscale: #BEBEBE. Windows color (decimal): -2372820 or 2935771. OLE color: 2935771.
HSL color Cylindrical-coordinate representation of color #DBCB2C: hue angle of 54.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBCB2C is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 44 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.14 |
| HSL | 54.51º | 0.71% | 0.52% | - |
| HSV(B) | 54.51º | 0.8% | 0.86% | - |
| XYZ | 51.02 | 57.95 | 10.88 | - |
| YUV | 189.66 | 45.8 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 44 | 0 | 0.07 | 0.80 | 0.14 | 54.51 | 0.71 | 0.52 |
| Hex | DB | CB | 2C | 0 | 7 | 50 | E | 37 | 47 | 34 |
| Octal | 333 | 313 | 54 | 0 | 7 | 120 | 16 | 67 | 107 | 64 |
| Binary | 11011011 | 11001011 | 101100 | 0 | 111 | 1010000 | 1110 | 110111 | 1000111 | 110100 |
Color Harmonies of #DBCB2C
Complementary color
Monochromatic Colors of #DBCB2C
Black with #DBCB2C
Text Example
Text Example
White with #DBCB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB2C; }
p { color: rgb(219,203,44); }
H1.HeaderClassName
{
color: #DBCB2C;
}
.AnyTagClassName
{
color: #DBCB2C;
}
</style>
background-color css
<style>
a { background-color: #DBCB2C; }
a { background-color: rgb(219,203,44); }
div.DivClassName
{
background-color: #DBCB2C;
}
.BgClassName
{
background-color: #DBCB2C;
}
</style>
border-color css
<style>
span { border-color: #DBCB2C; }
span { border-color: rgb(219,203,44); }
td.TdClassName
{
border-color: #DBCB2C;
}
.TagClassName
{
border-color: #DBCB2C;
}
</style>