Shades of Barberry #DADC0D
Tints of Barberry #DADC0D
RGB
CMYK
RGB Variations
Color information
#DADC0D (or 0xDADC0D) is known color: Barberry. HEX triplet: DA, DC and 0D. RGB value is (218,220,13). Sum of RGB (Red+Green+Blue) = 218+220+13=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADC0D is #2523F2. Grayscale: #C4C4C4. Windows color (decimal): -2434035 or 908506. OLE color: 908506.
HSL color Cylindrical-coordinate representation of color #DADC0D: hue angle of 60.58º degrees, saturation: 0.89, 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 #DADC0D is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 13 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.14 |
| HSL | 60.58º | 0.89% | 0.46% | - |
| HSV(B) | 60.58º | 0.94% | 0.86% | - |
| XYZ | 54.58 | 66.12 | 10.27 | - |
| YUV | 195.8 | 24.84 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 13 | 0.01 | 0 | 0.94 | 0.14 | 60.58 | 0.89 | 0.46 |
| Hex | DA | DC | D | 1 | 0 | 5E | E | 3D | 59 | 2E |
| Octal | 332 | 334 | 15 | 1 | 0 | 136 | 16 | 75 | 131 | 56 |
| Binary | 11011010 | 11011100 | 1101 | 1 | 0 | 1011110 | 1110 | 111101 | 1011001 | 101110 |
Color Harmonies of #DADC0D
Complementary color
Monochromatic Colors of #DADC0D
Black with #DADC0D
Text Example
Text Example
White with #DADC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC0D; }
p { color: rgb(218,220,13); }
H1.HeaderClassName
{
color: #DADC0D;
}
.AnyTagClassName
{
color: #DADC0D;
}
</style>
background-color css
<style>
a { background-color: #DADC0D; }
a { background-color: rgb(218,220,13); }
div.DivClassName
{
background-color: #DADC0D;
}
.BgClassName
{
background-color: #DADC0D;
}
</style>
border-color css
<style>
span { border-color: #DADC0D; }
span { border-color: rgb(218,220,13); }
td.TdClassName
{
border-color: #DADC0D;
}
.TagClassName
{
border-color: #DADC0D;
}
</style>