Shades of Barberry #DADB0E
Tints of Barberry #DADB0E
RGB
CMYK
RGB Variations
Color information
#DADB0E (or 0xDADB0E) is known color: Barberry. HEX triplet: DA, DB and 0E. RGB value is (218,219,14). Sum of RGB (Red+Green+Blue) = 218+219+14=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 14 (5.86% from 255 or 3.10% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADB0E is #2524F1. Grayscale: #C4C4C4. Windows color (decimal): -2434290 or 973786. OLE color: 973786.
HSL color Cylindrical-coordinate representation of color #DADB0E: hue angle of 60.29º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DADB0E is Cyan = 0.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 14 | - |
| CMYK | 0.00 | 0 | 0.94 | 0.14 |
| HSL | 60.29º | 0.88% | 0.46% | - |
| HSV(B) | 60.29º | 0.94% | 0.86% | - |
| XYZ | 54.32 | 65.6 | 10.21 | - |
| YUV | 195.33 | 25.67 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 14 | 0.00 | 0 | 0.94 | 0.14 | 60.29 | 0.88 | 0.46 |
| Hex | DA | DB | E | 0 | 0 | 5E | E | 3C | 58 | 2E |
| Octal | 332 | 333 | 16 | 0 | 0 | 136 | 16 | 74 | 130 | 56 |
| Binary | 11011010 | 11011011 | 1110 | 0 | 0 | 1011110 | 1110 | 111100 | 1011000 | 101110 |
Color Harmonies of #DADB0E
Complementary color
Monochromatic Colors of #DADB0E
Black with #DADB0E
Text Example
Text Example
White with #DADB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB0E; }
p { color: rgb(218,219,14); }
H1.HeaderClassName
{
color: #DADB0E;
}
.AnyTagClassName
{
color: #DADB0E;
}
</style>
background-color css
<style>
a { background-color: #DADB0E; }
a { background-color: rgb(218,219,14); }
div.DivClassName
{
background-color: #DADB0E;
}
.BgClassName
{
background-color: #DADB0E;
}
</style>
border-color css
<style>
span { border-color: #DADB0E; }
span { border-color: rgb(218,219,14); }
td.TdClassName
{
border-color: #DADB0E;
}
.TagClassName
{
border-color: #DADB0E;
}
</style>