Shades of Barberry #DBCD19
Tints of Barberry #DBCD19
RGB
CMYK
RGB Variations
Color information
#DBCD19 (or 0xDBCD19) is known color: Barberry. HEX triplet: DB, CD and 19. RGB value is (219,205,25). Sum of RGB (Red+Green+Blue) = 219+205+25=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 25 (10.16% from 255 or 5.57% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD19 is #2432E6. Grayscale: #BDBDBD. Windows color (decimal): -2372327 or 1691099. OLE color: 1691099.
HSL color Cylindrical-coordinate representation of color #DBCD19: hue angle of 55.67º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBCD19 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 25 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.14 |
| HSL | 55.67º | 0.8% | 0.48% | - |
| HSV(B) | 55.67º | 0.89% | 0.86% | - |
| XYZ | 51.22 | 58.79 | 9.57 | - |
| YUV | 188.67 | 35.64 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 25 | 0 | 0.06 | 0.89 | 0.14 | 55.67 | 0.8 | 0.48 |
| Hex | DB | CD | 19 | 0 | 6 | 59 | E | 38 | 50 | 30 |
| Octal | 333 | 315 | 31 | 0 | 6 | 131 | 16 | 70 | 120 | 60 |
| Binary | 11011011 | 11001101 | 11001 | 0 | 110 | 1011001 | 1110 | 111000 | 1010000 | 110000 |
Color Harmonies of #DBCD19
Complementary color
Monochromatic Colors of #DBCD19
Black with #DBCD19
Text Example
Text Example
White with #DBCD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD19; }
p { color: rgb(219,205,25); }
H1.HeaderClassName
{
color: #DBCD19;
}
.AnyTagClassName
{
color: #DBCD19;
}
</style>
background-color css
<style>
a { background-color: #DBCD19; }
a { background-color: rgb(219,205,25); }
div.DivClassName
{
background-color: #DBCD19;
}
.BgClassName
{
background-color: #DBCD19;
}
</style>
border-color css
<style>
span { border-color: #DBCD19; }
span { border-color: rgb(219,205,25); }
td.TdClassName
{
border-color: #DBCD19;
}
.TagClassName
{
border-color: #DBCD19;
}
</style>