Shades of Barberry #DBD90B
Tints of Barberry #DBD90B
RGB
CMYK
RGB Variations
Color information
#DBD90B (or 0xDBD90B) is known color: Barberry. HEX triplet: DB, D9 and 0B. RGB value is (219,217,11). Sum of RGB (Red+Green+Blue) = 219+217+11=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD90B is #2426F4. Grayscale: #C2C2C2. Windows color (decimal): -2369269 or 776667. OLE color: 776667.
HSL color Cylindrical-coordinate representation of color #DBD90B: hue angle of 59.42º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBD90B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 11 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.14 |
| HSL | 59.42º | 0.9% | 0.45% | - |
| HSV(B) | 59.42º | 0.95% | 0.86% | - |
| XYZ | 54.09 | 64.71 | 9.96 | - |
| YUV | 194.11 | 24.66 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 11 | 0 | 0.01 | 0.95 | 0.14 | 59.42 | 0.9 | 0.45 |
| Hex | DB | D9 | B | 0 | 1 | 5F | E | 3B | 5A | 2D |
| Octal | 333 | 331 | 13 | 0 | 1 | 137 | 16 | 73 | 132 | 55 |
| Binary | 11011011 | 11011001 | 1011 | 0 | 1 | 1011111 | 1110 | 111011 | 1011010 | 101101 |
Color Harmonies of #DBD90B
Complementary color
Monochromatic Colors of #DBD90B
Black with #DBD90B
Text Example
Text Example
White with #DBD90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD90B; }
p { color: rgb(219,217,11); }
H1.HeaderClassName
{
color: #DBD90B;
}
.AnyTagClassName
{
color: #DBD90B;
}
</style>
background-color css
<style>
a { background-color: #DBD90B; }
a { background-color: rgb(219,217,11); }
div.DivClassName
{
background-color: #DBD90B;
}
.BgClassName
{
background-color: #DBD90B;
}
</style>
border-color css
<style>
span { border-color: #DBD90B; }
span { border-color: rgb(219,217,11); }
td.TdClassName
{
border-color: #DBD90B;
}
.TagClassName
{
border-color: #DBD90B;
}
</style>