Shades of Barberry #DBDC09
Tints of Barberry #DBDC09
RGB
CMYK
RGB Variations
Color information
#DBDC09 (or 0xDBDC09) is known color: Barberry. HEX triplet: DB, DC and 09. RGB value is (219,220,9). Sum of RGB (Red+Green+Blue) = 219+220+9=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 9 (3.91% from 255 or 2.01% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDC09 is #2423F6. Grayscale: #C4C4C4. Windows color (decimal): -2368503 or 646363. OLE color: 646363.
HSL color Cylindrical-coordinate representation of color #DBDC09: hue angle of 60.28º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBDC09 is Cyan = 0.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 9 | - |
| CMYK | 0.00 | 0 | 0.96 | 0.14 |
| HSL | 60.28º | 0.92% | 0.45% | - |
| HSV(B) | 60.28º | 0.96% | 0.86% | - |
| XYZ | 54.86 | 66.27 | 10.16 | - |
| YUV | 195.65 | 22.67 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 9 | 0.00 | 0 | 0.96 | 0.14 | 60.28 | 0.92 | 0.45 |
| Hex | DB | DC | 9 | 0 | 0 | 60 | E | 3C | 5C | 2D |
| Octal | 333 | 334 | 11 | 0 | 0 | 140 | 16 | 74 | 134 | 55 |
| Binary | 11011011 | 11011100 | 1001 | 0 | 0 | 1100000 | 1110 | 111100 | 1011100 | 101101 |
Color Harmonies of #DBDC09
Complementary color
Monochromatic Colors of #DBDC09
Black with #DBDC09
Text Example
Text Example
White with #DBDC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC09; }
p { color: rgb(219,220,9); }
H1.HeaderClassName
{
color: #DBDC09;
}
.AnyTagClassName
{
color: #DBDC09;
}
</style>
background-color css
<style>
a { background-color: #DBDC09; }
a { background-color: rgb(219,220,9); }
div.DivClassName
{
background-color: #DBDC09;
}
.BgClassName
{
background-color: #DBDC09;
}
</style>
border-color css
<style>
span { border-color: #DBDC09; }
span { border-color: rgb(219,220,9); }
td.TdClassName
{
border-color: #DBDC09;
}
.TagClassName
{
border-color: #DBDC09;
}
</style>