Shades of Barberry #DBCC2C
Tints of Barberry #DBCC2C
RGB
CMYK
RGB Variations
Color information
#DBCC2C (or 0xDBCC2C) is known color: Barberry. HEX triplet: DB, CC and 2C. RGB value is (219,204,44). Sum of RGB (Red+Green+Blue) = 219+204+44=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC2C is #2433D3. Grayscale: #BEBEBE. Windows color (decimal): -2372564 or 2936027. OLE color: 2936027.
HSL color Cylindrical-coordinate representation of color #DBCC2C: hue angle of 54.86º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBCC2C is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 44 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.14 |
| HSL | 54.86º | 0.71% | 0.52% | - |
| HSV(B) | 54.86º | 0.8% | 0.86% | - |
| XYZ | 51.26 | 58.43 | 10.96 | - |
| YUV | 190.25 | 45.47 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 44 | 0 | 0.07 | 0.80 | 0.14 | 54.86 | 0.71 | 0.52 |
| Hex | DB | CC | 2C | 0 | 7 | 50 | E | 37 | 47 | 34 |
| Octal | 333 | 314 | 54 | 0 | 7 | 120 | 16 | 67 | 107 | 64 |
| Binary | 11011011 | 11001100 | 101100 | 0 | 111 | 1010000 | 1110 | 110111 | 1000111 | 110100 |
Color Harmonies of #DBCC2C
Complementary color
Monochromatic Colors of #DBCC2C
Black with #DBCC2C
Text Example
Text Example
White with #DBCC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC2C; }
p { color: rgb(219,204,44); }
H1.HeaderClassName
{
color: #DBCC2C;
}
.AnyTagClassName
{
color: #DBCC2C;
}
</style>
background-color css
<style>
a { background-color: #DBCC2C; }
a { background-color: rgb(219,204,44); }
div.DivClassName
{
background-color: #DBCC2C;
}
.BgClassName
{
background-color: #DBCC2C;
}
</style>
border-color css
<style>
span { border-color: #DBCC2C; }
span { border-color: rgb(219,204,44); }
td.TdClassName
{
border-color: #DBCC2C;
}
.TagClassName
{
border-color: #DBCC2C;
}
</style>