Shades of Barberry #DBCF2B
Tints of Barberry #DBCF2B
RGB
CMYK
RGB Variations
Color information
#DBCF2B (or 0xDBCF2B) is known color: Barberry. HEX triplet: DB, CF and 2B. RGB value is (219,207,43). Sum of RGB (Red+Green+Blue) = 219+207+43=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 43 (17.19% from 255 or 9.17% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCF2B is #2430D4. Grayscale: #C0C0C0. Windows color (decimal): -2371797 or 2871259. OLE color: 2871259.
HSL color Cylindrical-coordinate representation of color #DBCF2B: hue angle of 55.91º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBCF2B is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 43 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.14 |
| HSL | 55.91º | 0.71% | 0.51% | - |
| HSV(B) | 55.91º | 0.8% | 0.86% | - |
| XYZ | 51.96 | 59.86 | 11.1 | - |
| YUV | 191.89 | 43.98 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 43 | 0 | 0.05 | 0.80 | 0.14 | 55.91 | 0.71 | 0.51 |
| Hex | DB | CF | 2B | 0 | 5 | 50 | E | 38 | 47 | 33 |
| Octal | 333 | 317 | 53 | 0 | 5 | 120 | 16 | 70 | 107 | 63 |
| Binary | 11011011 | 11001111 | 101011 | 0 | 101 | 1010000 | 1110 | 111000 | 1000111 | 110011 |
Color Harmonies of #DBCF2B
Complementary color
Monochromatic Colors of #DBCF2B
Black with #DBCF2B
Text Example
Text Example
White with #DBCF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF2B; }
p { color: rgb(219,207,43); }
H1.HeaderClassName
{
color: #DBCF2B;
}
.AnyTagClassName
{
color: #DBCF2B;
}
</style>
background-color css
<style>
a { background-color: #DBCF2B; }
a { background-color: rgb(219,207,43); }
div.DivClassName
{
background-color: #DBCF2B;
}
.BgClassName
{
background-color: #DBCF2B;
}
</style>
border-color css
<style>
span { border-color: #DBCF2B; }
span { border-color: rgb(219,207,43); }
td.TdClassName
{
border-color: #DBCF2B;
}
.TagClassName
{
border-color: #DBCF2B;
}
</style>