Shades of Barberry #DBD90D
Tints of Barberry #DBD90D
RGB
CMYK
RGB Variations
Color information
#DBD90D (or 0xDBD90D) is known color: Barberry. HEX triplet: DB, D9 and 0D. RGB value is (219,217,13). Sum of RGB (Red+Green+Blue) = 219+217+13=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD90D is #2426F2. Grayscale: #C3C3C3. Windows color (decimal): -2369267 or 907739. OLE color: 907739.
HSL color Cylindrical-coordinate representation of color #DBD90D: hue angle of 59.42º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBD90D is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 13 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.14 |
| HSL | 59.42º | 0.89% | 0.45% | - |
| HSV(B) | 59.42º | 0.94% | 0.86% | - |
| XYZ | 54.1 | 64.71 | 10.02 | - |
| YUV | 194.34 | 25.66 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 13 | 0 | 0.01 | 0.94 | 0.14 | 59.42 | 0.89 | 0.45 |
| Hex | DB | D9 | D | 0 | 1 | 5E | E | 3B | 59 | 2D |
| Octal | 333 | 331 | 15 | 0 | 1 | 136 | 16 | 73 | 131 | 55 |
| Binary | 11011011 | 11011001 | 1101 | 0 | 1 | 1011110 | 1110 | 111011 | 1011001 | 101101 |
Color Harmonies of #DBD90D
Complementary color
Monochromatic Colors of #DBD90D
Black with #DBD90D
Text Example
Text Example
White with #DBD90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD90D; }
p { color: rgb(219,217,13); }
H1.HeaderClassName
{
color: #DBD90D;
}
.AnyTagClassName
{
color: #DBD90D;
}
</style>
background-color css
<style>
a { background-color: #DBD90D; }
a { background-color: rgb(219,217,13); }
div.DivClassName
{
background-color: #DBD90D;
}
.BgClassName
{
background-color: #DBD90D;
}
</style>
border-color css
<style>
span { border-color: #DBD90D; }
span { border-color: rgb(219,217,13); }
td.TdClassName
{
border-color: #DBD90D;
}
.TagClassName
{
border-color: #DBD90D;
}
</style>