Shades of Barberry #DBCC28
Tints of Barberry #DBCC28
RGB
CMYK
RGB Variations
Color information
#DBCC28 (or 0xDBCC28) is known color: Barberry. HEX triplet: DB, CC and 28. RGB value is (219,204,40). Sum of RGB (Red+Green+Blue) = 219+204+40=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 40 (16.02% from 255 or 8.64% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC28 is #2433D7. Grayscale: #BEBEBE. Windows color (decimal): -2372568 or 2673883. OLE color: 2673883.
HSL color Cylindrical-coordinate representation of color #DBCC28: hue angle of 54.97º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBCC28 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 40 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.14 |
| HSL | 54.97º | 0.71% | 0.51% | - |
| HSV(B) | 54.97º | 0.82% | 0.86% | - |
| XYZ | 51.19 | 58.4 | 10.58 | - |
| YUV | 189.79 | 43.47 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 40 | 0 | 0.07 | 0.82 | 0.14 | 54.97 | 0.71 | 0.51 |
| Hex | DB | CC | 28 | 0 | 7 | 52 | E | 37 | 47 | 33 |
| Octal | 333 | 314 | 50 | 0 | 7 | 122 | 16 | 67 | 107 | 63 |
| Binary | 11011011 | 11001100 | 101000 | 0 | 111 | 1010010 | 1110 | 110111 | 1000111 | 110011 |
Color Harmonies of #DBCC28
Complementary color
Monochromatic Colors of #DBCC28
Black with #DBCC28
Text Example
Text Example
White with #DBCC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC28; }
p { color: rgb(219,204,40); }
H1.HeaderClassName
{
color: #DBCC28;
}
.AnyTagClassName
{
color: #DBCC28;
}
</style>
background-color css
<style>
a { background-color: #DBCC28; }
a { background-color: rgb(219,204,40); }
div.DivClassName
{
background-color: #DBCC28;
}
.BgClassName
{
background-color: #DBCC28;
}
</style>
border-color css
<style>
span { border-color: #DBCC28; }
span { border-color: rgb(219,204,40); }
td.TdClassName
{
border-color: #DBCC28;
}
.TagClassName
{
border-color: #DBCC28;
}
</style>