Shades of Barberry #DBD21E
Tints of Barberry #DBD21E
RGB
CMYK
RGB Variations
Color information
#DBD21E (or 0xDBD21E) is known color: Barberry. HEX triplet: DB, D2 and 1E. RGB value is (219,210,30). Sum of RGB (Red+Green+Blue) = 219+210+30=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 30 (12.11% from 255 or 6.54% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD21E is #242DE1. Grayscale: #C0C0C0. Windows color (decimal): -2371042 or 2020059. OLE color: 2020059.
HSL color Cylindrical-coordinate representation of color #DBD21E: hue angle of 57.14º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBD21E is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 30 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.14 |
| HSL | 57.14º | 0.76% | 0.49% | - |
| HSV(B) | 57.14º | 0.86% | 0.86% | - |
| XYZ | 52.49 | 61.25 | 10.28 | - |
| YUV | 192.17 | 36.48 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 30 | 0 | 0.04 | 0.86 | 0.14 | 57.14 | 0.76 | 0.49 |
| Hex | DB | D2 | 1E | 0 | 4 | 56 | E | 39 | 4C | 31 |
| Octal | 333 | 322 | 36 | 0 | 4 | 126 | 16 | 71 | 114 | 61 |
| Binary | 11011011 | 11010010 | 11110 | 0 | 100 | 1010110 | 1110 | 111001 | 1001100 | 110001 |
Color Harmonies of #DBD21E
Complementary color
Monochromatic Colors of #DBD21E
Black with #DBD21E
Text Example
Text Example
White with #DBD21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD21E; }
p { color: rgb(219,210,30); }
H1.HeaderClassName
{
color: #DBD21E;
}
.AnyTagClassName
{
color: #DBD21E;
}
</style>
background-color css
<style>
a { background-color: #DBD21E; }
a { background-color: rgb(219,210,30); }
div.DivClassName
{
background-color: #DBD21E;
}
.BgClassName
{
background-color: #DBD21E;
}
</style>
border-color css
<style>
span { border-color: #DBD21E; }
span { border-color: rgb(219,210,30); }
td.TdClassName
{
border-color: #DBD21E;
}
.TagClassName
{
border-color: #DBD21E;
}
</style>