Shades of Barberry #DBCB28
Tints of Barberry #DBCB28
RGB
CMYK
RGB Variations
Color information
#DBCB28 (or 0xDBCB28) is known color: Barberry. HEX triplet: DB, CB and 28. RGB value is (219,203,40). Sum of RGB (Red+Green+Blue) = 219+203+40=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCB28 is #2434D7. Grayscale: #BDBDBD. Windows color (decimal): -2372824 or 2673627. OLE color: 2673627.
HSL color Cylindrical-coordinate representation of color #DBCB28: hue angle of 54.64º 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 #DBCB28 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 40 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.14 |
| HSL | 54.64º | 0.71% | 0.51% | - |
| HSV(B) | 54.64º | 0.82% | 0.86% | - |
| XYZ | 50.95 | 57.93 | 10.5 | - |
| YUV | 189.2 | 43.8 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 40 | 0 | 0.07 | 0.82 | 0.14 | 54.64 | 0.71 | 0.51 |
| Hex | DB | CB | 28 | 0 | 7 | 52 | E | 37 | 47 | 33 |
| Octal | 333 | 313 | 50 | 0 | 7 | 122 | 16 | 67 | 107 | 63 |
| Binary | 11011011 | 11001011 | 101000 | 0 | 111 | 1010010 | 1110 | 110111 | 1000111 | 110011 |
Color Harmonies of #DBCB28
Complementary color
Monochromatic Colors of #DBCB28
Black with #DBCB28
Text Example
Text Example
White with #DBCB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB28; }
p { color: rgb(219,203,40); }
H1.HeaderClassName
{
color: #DBCB28;
}
.AnyTagClassName
{
color: #DBCB28;
}
</style>
background-color css
<style>
a { background-color: #DBCB28; }
a { background-color: rgb(219,203,40); }
div.DivClassName
{
background-color: #DBCB28;
}
.BgClassName
{
background-color: #DBCB28;
}
</style>
border-color css
<style>
span { border-color: #DBCB28; }
span { border-color: rgb(219,203,40); }
td.TdClassName
{
border-color: #DBCB28;
}
.TagClassName
{
border-color: #DBCB28;
}
</style>