Shades of Barberry #DADC0E
Tints of Barberry #DADC0E
RGB
CMYK
RGB Variations
Color information
#DADC0E (or 0xDADC0E) is known color: Barberry. HEX triplet: DA, DC and 0E. RGB value is (218,220,14). Sum of RGB (Red+Green+Blue) = 218+220+14=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADC0E is #2523F1. Grayscale: #C4C4C4. Windows color (decimal): -2434034 or 974042. OLE color: 974042.
HSL color Cylindrical-coordinate representation of color #DADC0E: hue angle of 60.58º 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 #DADC0E is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 14 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.14 |
| HSL | 60.58º | 0.88% | 0.46% | - |
| HSV(B) | 60.58º | 0.94% | 0.86% | - |
| XYZ | 54.59 | 66.12 | 10.3 | - |
| YUV | 195.92 | 25.34 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 14 | 0.01 | 0 | 0.94 | 0.14 | 60.58 | 0.88 | 0.46 |
| Hex | DA | DC | E | 1 | 0 | 5E | E | 3D | 58 | 2E |
| Octal | 332 | 334 | 16 | 1 | 0 | 136 | 16 | 75 | 130 | 56 |
| Binary | 11011010 | 11011100 | 1110 | 1 | 0 | 1011110 | 1110 | 111101 | 1011000 | 101110 |
Color Harmonies of #DADC0E
Complementary color
Monochromatic Colors of #DADC0E
Black with #DADC0E
Text Example
Text Example
White with #DADC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC0E; }
p { color: rgb(218,220,14); }
H1.HeaderClassName
{
color: #DADC0E;
}
.AnyTagClassName
{
color: #DADC0E;
}
</style>
background-color css
<style>
a { background-color: #DADC0E; }
a { background-color: rgb(218,220,14); }
div.DivClassName
{
background-color: #DADC0E;
}
.BgClassName
{
background-color: #DADC0E;
}
</style>
border-color css
<style>
span { border-color: #DADC0E; }
span { border-color: rgb(218,220,14); }
td.TdClassName
{
border-color: #DADC0E;
}
.TagClassName
{
border-color: #DADC0E;
}
</style>