Shades of Barberry #DBDF0E
Tints of Barberry #DBDF0E
RGB
CMYK
RGB Variations
Color information
#DBDF0E (or 0xDBDF0E) is known color: Barberry. HEX triplet: DB, DF and 0E. RGB value is (219,223,14). Sum of RGB (Red+Green+Blue) = 219+223+14=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 14 (5.86% from 255 or 3.07% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDF0E is #2420F1. Grayscale: #C6C6C6. Windows color (decimal): -2367730 or 974811. OLE color: 974811.
HSL color Cylindrical-coordinate representation of color #DBDF0E: hue angle of 61.15º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBDF0E is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 14 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.13 |
| HSL | 61.15º | 0.88% | 0.46% | - |
| HSV(B) | 61.15º | 0.94% | 0.87% | - |
| XYZ | 55.68 | 67.87 | 10.58 | - |
| YUV | 197.98 | 24.17 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 14 | 0.02 | 0 | 0.94 | 0.13 | 61.15 | 0.88 | 0.46 |
| Hex | DB | DF | E | 2 | 0 | 5E | D | 3D | 58 | 2E |
| Octal | 333 | 337 | 16 | 2 | 0 | 136 | 15 | 75 | 130 | 56 |
| Binary | 11011011 | 11011111 | 1110 | 10 | 0 | 1011110 | 1101 | 111101 | 1011000 | 101110 |
Color Harmonies of #DBDF0E
Complementary color
Monochromatic Colors of #DBDF0E
Black with #DBDF0E
Text Example
Text Example
White with #DBDF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF0E; }
p { color: rgb(219,223,14); }
H1.HeaderClassName
{
color: #DBDF0E;
}
.AnyTagClassName
{
color: #DBDF0E;
}
</style>
background-color css
<style>
a { background-color: #DBDF0E; }
a { background-color: rgb(219,223,14); }
div.DivClassName
{
background-color: #DBDF0E;
}
.BgClassName
{
background-color: #DBDF0E;
}
</style>
border-color css
<style>
span { border-color: #DBDF0E; }
span { border-color: rgb(219,223,14); }
td.TdClassName
{
border-color: #DBDF0E;
}
.TagClassName
{
border-color: #DBDF0E;
}
</style>