Shades of Barberry #DBD610
Tints of Barberry #DBD610
RGB
CMYK
RGB Variations
Color information
#DBD610 (or 0xDBD610) is known color: Barberry. HEX triplet: DB, D6 and 10. RGB value is (219,214,16). Sum of RGB (Red+Green+Blue) = 219+214+16=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD610 is #2429EF. Grayscale: #C1C1C1. Windows color (decimal): -2370032 or 1103579. OLE color: 1103579.
HSL color Cylindrical-coordinate representation of color #DBD610: hue angle of 58.52º degrees, saturation: 0.86, 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 #DBD610 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 16 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.14 |
| HSL | 58.52º | 0.86% | 0.46% | - |
| HSV(B) | 58.52º | 0.93% | 0.86% | - |
| XYZ | 53.35 | 63.19 | 9.88 | - |
| YUV | 192.92 | 28.16 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 16 | 0 | 0.02 | 0.93 | 0.14 | 58.52 | 0.86 | 0.46 |
| Hex | DB | D6 | 10 | 0 | 2 | 5D | E | 3B | 56 | 2E |
| Octal | 333 | 326 | 20 | 0 | 2 | 135 | 16 | 73 | 126 | 56 |
| Binary | 11011011 | 11010110 | 10000 | 0 | 10 | 1011101 | 1110 | 111011 | 1010110 | 101110 |
Color Harmonies of #DBD610
Complementary color
Monochromatic Colors of #DBD610
Black with #DBD610
Text Example
Text Example
White with #DBD610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD610; }
p { color: rgb(219,214,16); }
H1.HeaderClassName
{
color: #DBD610;
}
.AnyTagClassName
{
color: #DBD610;
}
</style>
background-color css
<style>
a { background-color: #DBD610; }
a { background-color: rgb(219,214,16); }
div.DivClassName
{
background-color: #DBD610;
}
.BgClassName
{
background-color: #DBD610;
}
</style>
border-color css
<style>
span { border-color: #DBD610; }
span { border-color: rgb(219,214,16); }
td.TdClassName
{
border-color: #DBD610;
}
.TagClassName
{
border-color: #DBD610;
}
</style>