Shades of Barberry #DBD620
Tints of Barberry #DBD620
RGB
CMYK
RGB Variations
Color information
#DBD620 (or 0xDBD620) is known color: Barberry. HEX triplet: DB, D6 and 20. RGB value is (219,214,32). Sum of RGB (Red+Green+Blue) = 219+214+32=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD620 is #2429DF. Grayscale: #C3C3C3. Windows color (decimal): -2370016 or 2152155. OLE color: 2152155.
HSL color Cylindrical-coordinate representation of color #DBD620: hue angle of 58.4º degrees, saturation: 0.75, 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 #DBD620 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 32 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.14 |
| HSL | 58.4º | 0.75% | 0.49% | - |
| HSV(B) | 58.4º | 0.85% | 0.86% | - |
| XYZ | 53.52 | 63.26 | 10.76 | - |
| YUV | 194.75 | 36.16 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 32 | 0 | 0.02 | 0.85 | 0.14 | 58.4 | 0.75 | 0.49 |
| Hex | DB | D6 | 20 | 0 | 2 | 55 | E | 3A | 4B | 31 |
| Octal | 333 | 326 | 40 | 0 | 2 | 125 | 16 | 72 | 113 | 61 |
| Binary | 11011011 | 11010110 | 100000 | 0 | 10 | 1010101 | 1110 | 111010 | 1001011 | 110001 |
Color Harmonies of #DBD620
Complementary color
Monochromatic Colors of #DBD620
Black with #DBD620
Text Example
Text Example
White with #DBD620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD620; }
p { color: rgb(219,214,32); }
H1.HeaderClassName
{
color: #DBD620;
}
.AnyTagClassName
{
color: #DBD620;
}
</style>
background-color css
<style>
a { background-color: #DBD620; }
a { background-color: rgb(219,214,32); }
div.DivClassName
{
background-color: #DBD620;
}
.BgClassName
{
background-color: #DBD620;
}
</style>
border-color css
<style>
span { border-color: #DBD620; }
span { border-color: rgb(219,214,32); }
td.TdClassName
{
border-color: #DBD620;
}
.TagClassName
{
border-color: #DBD620;
}
</style>