Shades of Barberry #DBCC2A
Tints of Barberry #DBCC2A
RGB
CMYK
RGB Variations
Color information
#DBCC2A (or 0xDBCC2A) is known color: Barberry. HEX triplet: DB, CC and 2A. RGB value is (219,204,42). Sum of RGB (Red+Green+Blue) = 219+204+42=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 42 (16.80% from 255 or 9.03% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC2A is #2433D5. Grayscale: #BEBEBE. Windows color (decimal): -2372566 or 2804955. OLE color: 2804955.
HSL color Cylindrical-coordinate representation of color #DBCC2A: hue angle of 54.92º 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 #DBCC2A is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 42 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.14 |
| HSL | 54.92º | 0.71% | 0.51% | - |
| HSV(B) | 54.92º | 0.81% | 0.86% | - |
| XYZ | 51.22 | 58.41 | 10.77 | - |
| YUV | 190.02 | 44.47 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 42 | 0 | 0.07 | 0.81 | 0.14 | 54.92 | 0.71 | 0.51 |
| Hex | DB | CC | 2A | 0 | 7 | 51 | E | 37 | 47 | 33 |
| Octal | 333 | 314 | 52 | 0 | 7 | 121 | 16 | 67 | 107 | 63 |
| Binary | 11011011 | 11001100 | 101010 | 0 | 111 | 1010001 | 1110 | 110111 | 1000111 | 110011 |
Color Harmonies of #DBCC2A
Complementary color
Monochromatic Colors of #DBCC2A
Black with #DBCC2A
Text Example
Text Example
White with #DBCC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC2A; }
p { color: rgb(219,204,42); }
H1.HeaderClassName
{
color: #DBCC2A;
}
.AnyTagClassName
{
color: #DBCC2A;
}
</style>
background-color css
<style>
a { background-color: #DBCC2A; }
a { background-color: rgb(219,204,42); }
div.DivClassName
{
background-color: #DBCC2A;
}
.BgClassName
{
background-color: #DBCC2A;
}
</style>
border-color css
<style>
span { border-color: #DBCC2A; }
span { border-color: rgb(219,204,42); }
td.TdClassName
{
border-color: #DBCC2A;
}
.TagClassName
{
border-color: #DBCC2A;
}
</style>