Shades of Barberry #DBCB21
Tints of Barberry #DBCB21
RGB
CMYK
RGB Variations
Color information
#DBCB21 (or 0xDBCB21) is known color: Barberry. HEX triplet: DB, CB and 21. RGB value is (219,203,33). Sum of RGB (Red+Green+Blue) = 219+203+33=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 33 (13.28% from 255 or 7.25% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCB21 is #2434DE. Grayscale: #BDBDBD. Windows color (decimal): -2372831 or 2214875. OLE color: 2214875.
HSL color Cylindrical-coordinate representation of color #DBCB21: hue angle of 54.84º degrees, saturation: 0.74, 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 #DBCB21 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 33 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.14 |
| HSL | 54.84º | 0.74% | 0.49% | - |
| HSV(B) | 54.84º | 0.85% | 0.86% | - |
| XYZ | 50.84 | 57.88 | 9.93 | - |
| YUV | 188.4 | 40.3 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 33 | 0 | 0.07 | 0.85 | 0.14 | 54.84 | 0.74 | 0.49 |
| Hex | DB | CB | 21 | 0 | 7 | 55 | E | 37 | 4A | 31 |
| Octal | 333 | 313 | 41 | 0 | 7 | 125 | 16 | 67 | 112 | 61 |
| Binary | 11011011 | 11001011 | 100001 | 0 | 111 | 1010101 | 1110 | 110111 | 1001010 | 110001 |
Color Harmonies of #DBCB21
Complementary color
Monochromatic Colors of #DBCB21
Black with #DBCB21
Text Example
Text Example
White with #DBCB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB21; }
p { color: rgb(219,203,33); }
H1.HeaderClassName
{
color: #DBCB21;
}
.AnyTagClassName
{
color: #DBCB21;
}
</style>
background-color css
<style>
a { background-color: #DBCB21; }
a { background-color: rgb(219,203,33); }
div.DivClassName
{
background-color: #DBCB21;
}
.BgClassName
{
background-color: #DBCB21;
}
</style>
border-color css
<style>
span { border-color: #DBCB21; }
span { border-color: rgb(219,203,33); }
td.TdClassName
{
border-color: #DBCB21;
}
.TagClassName
{
border-color: #DBCB21;
}
</style>