Shades of Barberry #DBDC10
Tints of Barberry #DBDC10
RGB
CMYK
RGB Variations
Color information
#DBDC10 (or 0xDBDC10) is known color: Barberry. HEX triplet: DB, DC and 10. RGB value is (219,220,16). Sum of RGB (Red+Green+Blue) = 219+220+16=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 16 (6.64% from 255 or 3.52% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDC10 is #2423EF. Grayscale: #C5C5C5. Windows color (decimal): -2368496 or 1105115. OLE color: 1105115.
HSL color Cylindrical-coordinate representation of color #DBDC10: hue angle of 60.29º 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 #DBDC10 is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 16 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.14 |
| HSL | 60.29º | 0.86% | 0.46% | - |
| HSV(B) | 60.29º | 0.93% | 0.86% | - |
| XYZ | 54.9 | 66.28 | 10.39 | - |
| YUV | 196.45 | 26.17 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 16 | 0.00 | 0 | 0.93 | 0.14 | 60.29 | 0.86 | 0.46 |
| Hex | DB | DC | 10 | 0 | 0 | 5D | E | 3C | 56 | 2E |
| Octal | 333 | 334 | 20 | 0 | 0 | 135 | 16 | 74 | 126 | 56 |
| Binary | 11011011 | 11011100 | 10000 | 0 | 0 | 1011101 | 1110 | 111100 | 1010110 | 101110 |
Color Harmonies of #DBDC10
Complementary color
Monochromatic Colors of #DBDC10
Black with #DBDC10
Text Example
Text Example
White with #DBDC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC10; }
p { color: rgb(219,220,16); }
H1.HeaderClassName
{
color: #DBDC10;
}
.AnyTagClassName
{
color: #DBDC10;
}
</style>
background-color css
<style>
a { background-color: #DBDC10; }
a { background-color: rgb(219,220,16); }
div.DivClassName
{
background-color: #DBDC10;
}
.BgClassName
{
background-color: #DBDC10;
}
</style>
border-color css
<style>
span { border-color: #DBDC10; }
span { border-color: rgb(219,220,16); }
td.TdClassName
{
border-color: #DBDC10;
}
.TagClassName
{
border-color: #DBDC10;
}
</style>