Shades of Barberry #DBC623
Tints of Barberry #DBC623
RGB
CMYK
RGB Variations
Color information
#DBC623 (or 0xDBC623) is known color: Barberry. HEX triplet: DB, C6 and 23. RGB value is (219,198,35). Sum of RGB (Red+Green+Blue) = 219+198+35=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 35 (14.06% from 255 or 7.74% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC623 is #2439DC. Grayscale: #BABABA. Windows color (decimal): -2374109 or 2344667. OLE color: 2344667.
HSL color Cylindrical-coordinate representation of color #DBC623: hue angle of 53.15º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBC623 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 35 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.14 |
| HSL | 53.15º | 0.72% | 0.5% | - |
| HSV(B) | 53.15º | 0.84% | 0.86% | - |
| XYZ | 49.71 | 55.57 | 9.7 | - |
| YUV | 185.7 | 42.96 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 35 | 0 | 0.10 | 0.84 | 0.14 | 53.15 | 0.72 | 0.5 |
| Hex | DB | C6 | 23 | 0 | A | 54 | E | 35 | 48 | 32 |
| Octal | 333 | 306 | 43 | 0 | 12 | 124 | 16 | 65 | 110 | 62 |
| Binary | 11011011 | 11000110 | 100011 | 0 | 1010 | 1010100 | 1110 | 110101 | 1001000 | 110010 |
Color Harmonies of #DBC623
Complementary color
Monochromatic Colors of #DBC623
Black with #DBC623
Text Example
Text Example
White with #DBC623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC623; }
p { color: rgb(219,198,35); }
H1.HeaderClassName
{
color: #DBC623;
}
.AnyTagClassName
{
color: #DBC623;
}
</style>
background-color css
<style>
a { background-color: #DBC623; }
a { background-color: rgb(219,198,35); }
div.DivClassName
{
background-color: #DBC623;
}
.BgClassName
{
background-color: #DBC623;
}
</style>
border-color css
<style>
span { border-color: #DBC623; }
span { border-color: rgb(219,198,35); }
td.TdClassName
{
border-color: #DBC623;
}
.TagClassName
{
border-color: #DBC623;
}
</style>