Shades of Barberry #DBC42A
Tints of Barberry #DBC42A
RGB
CMYK
RGB Variations
Color information
#DBC42A (or 0xDBC42A) is known color: Barberry. HEX triplet: DB, C4 and 2A. RGB value is (219,196,42). Sum of RGB (Red+Green+Blue) = 219+196+42=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 42 (16.80% from 255 or 9.19% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC42A is #243BD5. Grayscale: #B9B9B9. Windows color (decimal): -2374614 or 2802907. OLE color: 2802907.
HSL color Cylindrical-coordinate representation of color #DBC42A: hue angle of 52.2º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBC42A is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 42 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.14 |
| HSL | 52.2º | 0.71% | 0.51% | - |
| HSV(B) | 52.2º | 0.81% | 0.86% | - |
| XYZ | 49.37 | 54.71 | 10.15 | - |
| YUV | 185.32 | 47.12 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 42 | 0 | 0.11 | 0.81 | 0.14 | 52.2 | 0.71 | 0.51 |
| Hex | DB | C4 | 2A | 0 | B | 51 | E | 34 | 47 | 33 |
| Octal | 333 | 304 | 52 | 0 | 13 | 121 | 16 | 64 | 107 | 63 |
| Binary | 11011011 | 11000100 | 101010 | 0 | 1011 | 1010001 | 1110 | 110100 | 1000111 | 110011 |
Color Harmonies of #DBC42A
Complementary color
Monochromatic Colors of #DBC42A
Black with #DBC42A
Text Example
Text Example
White with #DBC42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC42A; }
p { color: rgb(219,196,42); }
H1.HeaderClassName
{
color: #DBC42A;
}
.AnyTagClassName
{
color: #DBC42A;
}
</style>
background-color css
<style>
a { background-color: #DBC42A; }
a { background-color: rgb(219,196,42); }
div.DivClassName
{
background-color: #DBC42A;
}
.BgClassName
{
background-color: #DBC42A;
}
</style>
border-color css
<style>
span { border-color: #DBC42A; }
span { border-color: rgb(219,196,42); }
td.TdClassName
{
border-color: #DBC42A;
}
.TagClassName
{
border-color: #DBC42A;
}
</style>