Shades of Barberry #DBC42B
Tints of Barberry #DBC42B
RGB
CMYK
RGB Variations
Color information
#DBC42B (or 0xDBC42B) is known color: Barberry. HEX triplet: DB, C4 and 2B. RGB value is (219,196,43). Sum of RGB (Red+Green+Blue) = 219+196+43=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 43 (17.19% from 255 or 9.39% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC42B is #243BD4. Grayscale: #BABABA. Windows color (decimal): -2374613 or 2868443. OLE color: 2868443.
HSL color Cylindrical-coordinate representation of color #DBC42B: hue angle of 52.16º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBC42B is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 43 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.14 |
| HSL | 52.16º | 0.71% | 0.51% | - |
| HSV(B) | 52.16º | 0.8% | 0.86% | - |
| XYZ | 49.39 | 54.71 | 10.24 | - |
| YUV | 185.44 | 47.62 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 43 | 0 | 0.11 | 0.80 | 0.14 | 52.16 | 0.71 | 0.51 |
| Hex | DB | C4 | 2B | 0 | B | 50 | E | 34 | 47 | 33 |
| Octal | 333 | 304 | 53 | 0 | 13 | 120 | 16 | 64 | 107 | 63 |
| Binary | 11011011 | 11000100 | 101011 | 0 | 1011 | 1010000 | 1110 | 110100 | 1000111 | 110011 |
Color Harmonies of #DBC42B
Complementary color
Monochromatic Colors of #DBC42B
Black with #DBC42B
Text Example
Text Example
White with #DBC42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC42B; }
p { color: rgb(219,196,43); }
H1.HeaderClassName
{
color: #DBC42B;
}
.AnyTagClassName
{
color: #DBC42B;
}
</style>
background-color css
<style>
a { background-color: #DBC42B; }
a { background-color: rgb(219,196,43); }
div.DivClassName
{
background-color: #DBC42B;
}
.BgClassName
{
background-color: #DBC42B;
}
</style>
border-color css
<style>
span { border-color: #DBC42B; }
span { border-color: rgb(219,196,43); }
td.TdClassName
{
border-color: #DBC42B;
}
.TagClassName
{
border-color: #DBC42B;
}
</style>