Shades of Barberry #DBD321
Tints of Barberry #DBD321
RGB
CMYK
RGB Variations
Color information
#DBD321 (or 0xDBD321) is known color: Barberry. HEX triplet: DB, D3 and 21. RGB value is (219,211,33). Sum of RGB (Red+Green+Blue) = 219+211+33=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 33 (13.28% from 255 or 7.13% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD321 is #242CDE. Grayscale: #C1C1C1. Windows color (decimal): -2370783 or 2216923. OLE color: 2216923.
HSL color Cylindrical-coordinate representation of color #DBD321: hue angle of 57.42º 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 #DBD321 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 33 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.14 |
| HSL | 57.42º | 0.74% | 0.49% | - |
| HSV(B) | 57.42º | 0.85% | 0.86% | - |
| XYZ | 52.78 | 61.76 | 10.58 | - |
| YUV | 193.1 | 37.65 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 33 | 0 | 0.04 | 0.85 | 0.14 | 57.42 | 0.74 | 0.49 |
| Hex | DB | D3 | 21 | 0 | 4 | 55 | E | 39 | 4A | 31 |
| Octal | 333 | 323 | 41 | 0 | 4 | 125 | 16 | 71 | 112 | 61 |
| Binary | 11011011 | 11010011 | 100001 | 0 | 100 | 1010101 | 1110 | 111001 | 1001010 | 110001 |
Color Harmonies of #DBD321
Complementary color
Monochromatic Colors of #DBD321
Black with #DBD321
Text Example
Text Example
White with #DBD321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD321; }
p { color: rgb(219,211,33); }
H1.HeaderClassName
{
color: #DBD321;
}
.AnyTagClassName
{
color: #DBD321;
}
</style>
background-color css
<style>
a { background-color: #DBD321; }
a { background-color: rgb(219,211,33); }
div.DivClassName
{
background-color: #DBD321;
}
.BgClassName
{
background-color: #DBD321;
}
</style>
border-color css
<style>
span { border-color: #DBD321; }
span { border-color: rgb(219,211,33); }
td.TdClassName
{
border-color: #DBD321;
}
.TagClassName
{
border-color: #DBD321;
}
</style>