Shades of Barberry #DBC52A
Tints of Barberry #DBC52A
RGB
CMYK
RGB Variations
Color information
#DBC52A (or 0xDBC52A) is known color: Barberry. HEX triplet: DB, C5 and 2A. RGB value is (219,197,42). Sum of RGB (Red+Green+Blue) = 219+197+42=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 42 (16.80% from 255 or 9.17% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC52A is #243AD5. Grayscale: #BABABA. Windows color (decimal): -2374358 or 2803163. OLE color: 2803163.
HSL color Cylindrical-coordinate representation of color #DBC52A: hue angle of 52.54º 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 #DBC52A is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 42 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.14 |
| HSL | 52.54º | 0.71% | 0.51% | - |
| HSV(B) | 52.54º | 0.81% | 0.86% | - |
| XYZ | 49.6 | 55.16 | 10.22 | - |
| YUV | 185.91 | 46.79 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 42 | 0 | 0.10 | 0.81 | 0.14 | 52.54 | 0.71 | 0.51 |
| Hex | DB | C5 | 2A | 0 | A | 51 | E | 35 | 47 | 33 |
| Octal | 333 | 305 | 52 | 0 | 12 | 121 | 16 | 65 | 107 | 63 |
| Binary | 11011011 | 11000101 | 101010 | 0 | 1010 | 1010001 | 1110 | 110101 | 1000111 | 110011 |
Color Harmonies of #DBC52A
Complementary color
Monochromatic Colors of #DBC52A
Black with #DBC52A
Text Example
Text Example
White with #DBC52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC52A; }
p { color: rgb(219,197,42); }
H1.HeaderClassName
{
color: #DBC52A;
}
.AnyTagClassName
{
color: #DBC52A;
}
</style>
background-color css
<style>
a { background-color: #DBC52A; }
a { background-color: rgb(219,197,42); }
div.DivClassName
{
background-color: #DBC52A;
}
.BgClassName
{
background-color: #DBC52A;
}
</style>
border-color css
<style>
span { border-color: #DBC52A; }
span { border-color: rgb(219,197,42); }
td.TdClassName
{
border-color: #DBC52A;
}
.TagClassName
{
border-color: #DBC52A;
}
</style>