Shades of Barberry #DBCF28
Tints of Barberry #DBCF28
RGB
CMYK
RGB Variations
Color information
#DBCF28 (or 0xDBCF28) is known color: Barberry. HEX triplet: DB, CF and 28. RGB value is (219,207,40). Sum of RGB (Red+Green+Blue) = 219+207+40=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 40 (16.02% from 255 or 8.58% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCF28 is #2430D7. Grayscale: #C0C0C0. Windows color (decimal): -2371800 or 2674651. OLE color: 2674651.
HSL color Cylindrical-coordinate representation of color #DBCF28: hue angle of 55.98º 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 #DBCF28 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 40 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.14 |
| HSL | 55.98º | 0.71% | 0.51% | - |
| HSV(B) | 55.98º | 0.82% | 0.86% | - |
| XYZ | 51.91 | 59.84 | 10.82 | - |
| YUV | 191.55 | 42.48 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 40 | 0 | 0.05 | 0.82 | 0.14 | 55.98 | 0.71 | 0.51 |
| Hex | DB | CF | 28 | 0 | 5 | 52 | E | 38 | 47 | 33 |
| Octal | 333 | 317 | 50 | 0 | 5 | 122 | 16 | 70 | 107 | 63 |
| Binary | 11011011 | 11001111 | 101000 | 0 | 101 | 1010010 | 1110 | 111000 | 1000111 | 110011 |
Color Harmonies of #DBCF28
Complementary color
Monochromatic Colors of #DBCF28
Black with #DBCF28
Text Example
Text Example
White with #DBCF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF28; }
p { color: rgb(219,207,40); }
H1.HeaderClassName
{
color: #DBCF28;
}
.AnyTagClassName
{
color: #DBCF28;
}
</style>
background-color css
<style>
a { background-color: #DBCF28; }
a { background-color: rgb(219,207,40); }
div.DivClassName
{
background-color: #DBCF28;
}
.BgClassName
{
background-color: #DBCF28;
}
</style>
border-color css
<style>
span { border-color: #DBCF28; }
span { border-color: rgb(219,207,40); }
td.TdClassName
{
border-color: #DBCF28;
}
.TagClassName
{
border-color: #DBCF28;
}
</style>