Shades of Barberry #DBD221
Tints of Barberry #DBD221
RGB
CMYK
RGB Variations
Color information
#DBD221 (or 0xDBD221) is known color: Barberry. HEX triplet: DB, D2 and 21. RGB value is (219,210,33). Sum of RGB (Red+Green+Blue) = 219+210+33=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD221 is #242DDE. Grayscale: #C1C1C1. Windows color (decimal): -2371039 or 2216667. OLE color: 2216667.
HSL color Cylindrical-coordinate representation of color #DBD221: hue angle of 57.1º 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 #DBD221 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 33 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.14 |
| HSL | 57.1º | 0.74% | 0.49% | - |
| HSV(B) | 57.1º | 0.85% | 0.86% | - |
| XYZ | 52.53 | 61.26 | 10.49 | - |
| YUV | 192.51 | 37.98 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 33 | 0 | 0.04 | 0.85 | 0.14 | 57.1 | 0.74 | 0.49 |
| Hex | DB | D2 | 21 | 0 | 4 | 55 | E | 39 | 4A | 31 |
| Octal | 333 | 322 | 41 | 0 | 4 | 125 | 16 | 71 | 112 | 61 |
| Binary | 11011011 | 11010010 | 100001 | 0 | 100 | 1010101 | 1110 | 111001 | 1001010 | 110001 |
Color Harmonies of #DBD221
Complementary color
Monochromatic Colors of #DBD221
Black with #DBD221
Text Example
Text Example
White with #DBD221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD221; }
p { color: rgb(219,210,33); }
H1.HeaderClassName
{
color: #DBD221;
}
.AnyTagClassName
{
color: #DBD221;
}
</style>
background-color css
<style>
a { background-color: #DBD221; }
a { background-color: rgb(219,210,33); }
div.DivClassName
{
background-color: #DBD221;
}
.BgClassName
{
background-color: #DBD221;
}
</style>
border-color css
<style>
span { border-color: #DBD221; }
span { border-color: rgb(219,210,33); }
td.TdClassName
{
border-color: #DBD221;
}
.TagClassName
{
border-color: #DBD221;
}
</style>