Shades of Barberry #DBD123
Tints of Barberry #DBD123
RGB
CMYK
RGB Variations
Color information
#DBD123 (or 0xDBD123) is known color: Barberry. HEX triplet: DB, D1 and 23. RGB value is (219,209,35). Sum of RGB (Red+Green+Blue) = 219+209+35=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 35 (14.06% from 255 or 7.56% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD123 is #242EDC. Grayscale: #C0C0C0. Windows color (decimal): -2371293 or 2347483. OLE color: 2347483.
HSL color Cylindrical-coordinate representation of color #DBD123: hue angle of 56.74º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBD123 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 35 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.14 |
| HSL | 56.74º | 0.72% | 0.5% | - |
| HSV(B) | 56.74º | 0.84% | 0.86% | - |
| XYZ | 52.32 | 60.78 | 10.56 | - |
| YUV | 192.15 | 39.31 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 35 | 0 | 0.05 | 0.84 | 0.14 | 56.74 | 0.72 | 0.5 |
| Hex | DB | D1 | 23 | 0 | 5 | 54 | E | 39 | 48 | 32 |
| Octal | 333 | 321 | 43 | 0 | 5 | 124 | 16 | 71 | 110 | 62 |
| Binary | 11011011 | 11010001 | 100011 | 0 | 101 | 1010100 | 1110 | 111001 | 1001000 | 110010 |
Color Harmonies of #DBD123
Complementary color
Monochromatic Colors of #DBD123
Black with #DBD123
Text Example
Text Example
White with #DBD123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD123; }
p { color: rgb(219,209,35); }
H1.HeaderClassName
{
color: #DBD123;
}
.AnyTagClassName
{
color: #DBD123;
}
</style>
background-color css
<style>
a { background-color: #DBD123; }
a { background-color: rgb(219,209,35); }
div.DivClassName
{
background-color: #DBD123;
}
.BgClassName
{
background-color: #DBD123;
}
</style>
border-color css
<style>
span { border-color: #DBD123; }
span { border-color: rgb(219,209,35); }
td.TdClassName
{
border-color: #DBD123;
}
.TagClassName
{
border-color: #DBD123;
}
</style>