Shades of Barberry #DBCC20
Tints of Barberry #DBCC20
RGB
CMYK
RGB Variations
Color information
#DBCC20 (or 0xDBCC20) is known color: Barberry. HEX triplet: DB, CC and 20. RGB value is (219,204,32). Sum of RGB (Red+Green+Blue) = 219+204+32=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 32 (12.89% from 255 or 7.03% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC20 is #2433DF. Grayscale: #BDBDBD. Windows color (decimal): -2372576 or 2149595. OLE color: 2149595.
HSL color Cylindrical-coordinate representation of color #DBCC20: hue angle of 55.19º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBCC20 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 32 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.14 |
| HSL | 55.19º | 0.75% | 0.49% | - |
| HSV(B) | 55.19º | 0.85% | 0.86% | - |
| XYZ | 51.07 | 58.35 | 9.94 | - |
| YUV | 188.88 | 39.47 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 32 | 0 | 0.07 | 0.85 | 0.14 | 55.19 | 0.75 | 0.49 |
| Hex | DB | CC | 20 | 0 | 7 | 55 | E | 37 | 4B | 31 |
| Octal | 333 | 314 | 40 | 0 | 7 | 125 | 16 | 67 | 113 | 61 |
| Binary | 11011011 | 11001100 | 100000 | 0 | 111 | 1010101 | 1110 | 110111 | 1001011 | 110001 |
Color Harmonies of #DBCC20
Complementary color
Monochromatic Colors of #DBCC20
Black with #DBCC20
Text Example
Text Example
White with #DBCC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC20; }
p { color: rgb(219,204,32); }
H1.HeaderClassName
{
color: #DBCC20;
}
.AnyTagClassName
{
color: #DBCC20;
}
</style>
background-color css
<style>
a { background-color: #DBCC20; }
a { background-color: rgb(219,204,32); }
div.DivClassName
{
background-color: #DBCC20;
}
.BgClassName
{
background-color: #DBCC20;
}
</style>
border-color css
<style>
span { border-color: #DBCC20; }
span { border-color: rgb(219,204,32); }
td.TdClassName
{
border-color: #DBCC20;
}
.TagClassName
{
border-color: #DBCC20;
}
</style>