Shades of Barberry #DBDC0D
Tints of Barberry #DBDC0D
RGB
CMYK
RGB Variations
Color information
#DBDC0D (or 0xDBDC0D) is known color: Barberry. HEX triplet: DB, DC and 0D. RGB value is (219,220,13). Sum of RGB (Red+Green+Blue) = 219+220+13=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDC0D is #2423F2. Grayscale: #C4C4C4. Windows color (decimal): -2368499 or 908507. OLE color: 908507.
HSL color Cylindrical-coordinate representation of color #DBDC0D: hue angle of 60.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBDC0D is Cyan = 0.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 13 | - |
| CMYK | 0.00 | 0 | 0.94 | 0.14 |
| HSL | 60.29º | 0.89% | 0.46% | - |
| HSV(B) | 60.29º | 0.94% | 0.86% | - |
| XYZ | 54.88 | 66.28 | 10.28 | - |
| YUV | 196.1 | 24.67 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 13 | 0.00 | 0 | 0.94 | 0.14 | 60.29 | 0.89 | 0.46 |
| Hex | DB | DC | D | 0 | 0 | 5E | E | 3C | 59 | 2E |
| Octal | 333 | 334 | 15 | 0 | 0 | 136 | 16 | 74 | 131 | 56 |
| Binary | 11011011 | 11011100 | 1101 | 0 | 0 | 1011110 | 1110 | 111100 | 1011001 | 101110 |
Color Harmonies of #DBDC0D
Complementary color
Monochromatic Colors of #DBDC0D
Black with #DBDC0D
Text Example
Text Example
White with #DBDC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC0D; }
p { color: rgb(219,220,13); }
H1.HeaderClassName
{
color: #DBDC0D;
}
.AnyTagClassName
{
color: #DBDC0D;
}
</style>
background-color css
<style>
a { background-color: #DBDC0D; }
a { background-color: rgb(219,220,13); }
div.DivClassName
{
background-color: #DBDC0D;
}
.BgClassName
{
background-color: #DBDC0D;
}
</style>
border-color css
<style>
span { border-color: #DBDC0D; }
span { border-color: rgb(219,220,13); }
td.TdClassName
{
border-color: #DBDC0D;
}
.TagClassName
{
border-color: #DBDC0D;
}
</style>