Shades of Barberry #DBD312
Tints of Barberry #DBD312
RGB
CMYK
RGB Variations
Color information
#DBD312 (or 0xDBD312) is known color: Barberry. HEX triplet: DB, D3 and 12. RGB value is (219,211,18). Sum of RGB (Red+Green+Blue) = 219+211+18=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD312 is #242CED. Grayscale: #C0C0C0. Windows color (decimal): -2370798 or 1233883. OLE color: 1233883.
HSL color Cylindrical-coordinate representation of color #DBD312: hue angle of 57.61º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBD312 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 18 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.14 |
| HSL | 57.61º | 0.85% | 0.46% | - |
| HSV(B) | 57.61º | 0.92% | 0.86% | - |
| XYZ | 52.62 | 61.69 | 9.71 | - |
| YUV | 191.39 | 30.15 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 18 | 0 | 0.04 | 0.92 | 0.14 | 57.61 | 0.85 | 0.46 |
| Hex | DB | D3 | 12 | 0 | 4 | 5C | E | 3A | 55 | 2E |
| Octal | 333 | 323 | 22 | 0 | 4 | 134 | 16 | 72 | 125 | 56 |
| Binary | 11011011 | 11010011 | 10010 | 0 | 100 | 1011100 | 1110 | 111010 | 1010101 | 101110 |
Color Harmonies of #DBD312
Complementary color
Monochromatic Colors of #DBD312
Black with #DBD312
Text Example
Text Example
White with #DBD312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD312; }
p { color: rgb(219,211,18); }
H1.HeaderClassName
{
color: #DBD312;
}
.AnyTagClassName
{
color: #DBD312;
}
</style>
background-color css
<style>
a { background-color: #DBD312; }
a { background-color: rgb(219,211,18); }
div.DivClassName
{
background-color: #DBD312;
}
.BgClassName
{
background-color: #DBD312;
}
</style>
border-color css
<style>
span { border-color: #DBD312; }
span { border-color: rgb(219,211,18); }
td.TdClassName
{
border-color: #DBD312;
}
.TagClassName
{
border-color: #DBD312;
}
</style>