Shades of Barberry #DBCB23
Tints of Barberry #DBCB23
RGB
CMYK
RGB Variations
Color information
#DBCB23 (or 0xDBCB23) is known color: Barberry. HEX triplet: DB, CB and 23. RGB value is (219,203,35). Sum of RGB (Red+Green+Blue) = 219+203+35=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 35 (14.06% from 255 or 7.66% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCB23 is #2434DC. Grayscale: #BDBDBD. Windows color (decimal): -2372829 or 2345947. OLE color: 2345947.
HSL color Cylindrical-coordinate representation of color #DBCB23: hue angle of 54.78º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBCB23 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 35 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.14 |
| HSL | 54.78º | 0.72% | 0.5% | - |
| HSV(B) | 54.78º | 0.84% | 0.86% | - |
| XYZ | 50.87 | 57.89 | 10.08 | - |
| YUV | 188.63 | 41.3 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 35 | 0 | 0.07 | 0.84 | 0.14 | 54.78 | 0.72 | 0.5 |
| Hex | DB | CB | 23 | 0 | 7 | 54 | E | 37 | 48 | 32 |
| Octal | 333 | 313 | 43 | 0 | 7 | 124 | 16 | 67 | 110 | 62 |
| Binary | 11011011 | 11001011 | 100011 | 0 | 111 | 1010100 | 1110 | 110111 | 1001000 | 110010 |
Color Harmonies of #DBCB23
Complementary color
Monochromatic Colors of #DBCB23
Black with #DBCB23
Text Example
Text Example
White with #DBCB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB23; }
p { color: rgb(219,203,35); }
H1.HeaderClassName
{
color: #DBCB23;
}
.AnyTagClassName
{
color: #DBCB23;
}
</style>
background-color css
<style>
a { background-color: #DBCB23; }
a { background-color: rgb(219,203,35); }
div.DivClassName
{
background-color: #DBCB23;
}
.BgClassName
{
background-color: #DBCB23;
}
</style>
border-color css
<style>
span { border-color: #DBCB23; }
span { border-color: rgb(219,203,35); }
td.TdClassName
{
border-color: #DBCB23;
}
.TagClassName
{
border-color: #DBCB23;
}
</style>