Shades of Barberry #DBCB27
Tints of Barberry #DBCB27
RGB
CMYK
RGB Variations
Color information
#DBCB27 (or 0xDBCB27) is known color: Barberry. HEX triplet: DB, CB and 27. RGB value is (219,203,39). Sum of RGB (Red+Green+Blue) = 219+203+39=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 39 (15.62% from 255 or 8.46% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCB27 is #2434D8. Grayscale: #BDBDBD. Windows color (decimal): -2372825 or 2608091. OLE color: 2608091.
HSL color Cylindrical-coordinate representation of color #DBCB27: hue angle of 54.67º 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 #DBCB27 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 39 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.14 |
| HSL | 54.67º | 0.71% | 0.51% | - |
| HSV(B) | 54.67º | 0.82% | 0.86% | - |
| XYZ | 50.94 | 57.92 | 10.41 | - |
| YUV | 189.09 | 43.3 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 39 | 0 | 0.07 | 0.82 | 0.14 | 54.67 | 0.71 | 0.51 |
| Hex | DB | CB | 27 | 0 | 7 | 52 | E | 37 | 47 | 33 |
| Octal | 333 | 313 | 47 | 0 | 7 | 122 | 16 | 67 | 107 | 63 |
| Binary | 11011011 | 11001011 | 100111 | 0 | 111 | 1010010 | 1110 | 110111 | 1000111 | 110011 |
Color Harmonies of #DBCB27
Complementary color
Monochromatic Colors of #DBCB27
Black with #DBCB27
Text Example
Text Example
White with #DBCB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB27; }
p { color: rgb(219,203,39); }
H1.HeaderClassName
{
color: #DBCB27;
}
.AnyTagClassName
{
color: #DBCB27;
}
</style>
background-color css
<style>
a { background-color: #DBCB27; }
a { background-color: rgb(219,203,39); }
div.DivClassName
{
background-color: #DBCB27;
}
.BgClassName
{
background-color: #DBCB27;
}
</style>
border-color css
<style>
span { border-color: #DBCB27; }
span { border-color: rgb(219,203,39); }
td.TdClassName
{
border-color: #DBCB27;
}
.TagClassName
{
border-color: #DBCB27;
}
</style>