Shades of Barberry #DBD90F
Tints of Barberry #DBD90F
RGB
CMYK
RGB Variations
Color information
#DBD90F (or 0xDBD90F) is known color: Barberry. HEX triplet: DB, D9 and 0F. RGB value is (219,217,15). Sum of RGB (Red+Green+Blue) = 219+217+15=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD90F is #2426F0. Grayscale: #C3C3C3. Windows color (decimal): -2369265 or 1038811. OLE color: 1038811.
HSL color Cylindrical-coordinate representation of color #DBD90F: hue angle of 59.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBD90F is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 15 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.14 |
| HSL | 59.41º | 0.87% | 0.46% | - |
| HSV(B) | 59.41º | 0.93% | 0.86% | - |
| XYZ | 54.11 | 64.72 | 10.09 | - |
| YUV | 194.57 | 26.66 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 15 | 0 | 0.01 | 0.93 | 0.14 | 59.41 | 0.87 | 0.46 |
| Hex | DB | D9 | F | 0 | 1 | 5D | E | 3B | 57 | 2E |
| Octal | 333 | 331 | 17 | 0 | 1 | 135 | 16 | 73 | 127 | 56 |
| Binary | 11011011 | 11011001 | 1111 | 0 | 1 | 1011101 | 1110 | 111011 | 1010111 | 101110 |
Color Harmonies of #DBD90F
Complementary color
Monochromatic Colors of #DBD90F
Black with #DBD90F
Text Example
Text Example
White with #DBD90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD90F; }
p { color: rgb(219,217,15); }
H1.HeaderClassName
{
color: #DBD90F;
}
.AnyTagClassName
{
color: #DBD90F;
}
</style>
background-color css
<style>
a { background-color: #DBD90F; }
a { background-color: rgb(219,217,15); }
div.DivClassName
{
background-color: #DBD90F;
}
.BgClassName
{
background-color: #DBD90F;
}
</style>
border-color css
<style>
span { border-color: #DBD90F; }
span { border-color: rgb(219,217,15); }
td.TdClassName
{
border-color: #DBD90F;
}
.TagClassName
{
border-color: #DBD90F;
}
</style>