Shades of Barberry #DBCC2B
Tints of Barberry #DBCC2B
RGB
CMYK
RGB Variations
Color information
#DBCC2B (or 0xDBCC2B) is known color: Barberry. HEX triplet: DB, CC and 2B. RGB value is (219,204,43). Sum of RGB (Red+Green+Blue) = 219+204+43=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 43 (17.19% from 255 or 9.23% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC2B is #2433D4. Grayscale: #BEBEBE. Windows color (decimal): -2372565 or 2870491. OLE color: 2870491.
HSL color Cylindrical-coordinate representation of color #DBCC2B: hue angle of 54.89º 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 #DBCC2B is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 43 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.14 |
| HSL | 54.89º | 0.71% | 0.51% | - |
| HSV(B) | 54.89º | 0.8% | 0.86% | - |
| XYZ | 51.24 | 58.42 | 10.86 | - |
| YUV | 190.13 | 44.97 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 43 | 0 | 0.07 | 0.80 | 0.14 | 54.89 | 0.71 | 0.51 |
| Hex | DB | CC | 2B | 0 | 7 | 50 | E | 37 | 47 | 33 |
| Octal | 333 | 314 | 53 | 0 | 7 | 120 | 16 | 67 | 107 | 63 |
| Binary | 11011011 | 11001100 | 101011 | 0 | 111 | 1010000 | 1110 | 110111 | 1000111 | 110011 |
Color Harmonies of #DBCC2B
Complementary color
Monochromatic Colors of #DBCC2B
Black with #DBCC2B
Text Example
Text Example
White with #DBCC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC2B; }
p { color: rgb(219,204,43); }
H1.HeaderClassName
{
color: #DBCC2B;
}
.AnyTagClassName
{
color: #DBCC2B;
}
</style>
background-color css
<style>
a { background-color: #DBCC2B; }
a { background-color: rgb(219,204,43); }
div.DivClassName
{
background-color: #DBCC2B;
}
.BgClassName
{
background-color: #DBCC2B;
}
</style>
border-color css
<style>
span { border-color: #DBCC2B; }
span { border-color: rgb(219,204,43); }
td.TdClassName
{
border-color: #DBCC2B;
}
.TagClassName
{
border-color: #DBCC2B;
}
</style>