Shades of Barberry #DADC0A
Tints of Barberry #DADC0A
RGB
CMYK
RGB Variations
Color information
#DADC0A (or 0xDADC0A) is known color: Barberry. HEX triplet: DA, DC and 0A. RGB value is (218,220,10). Sum of RGB (Red+Green+Blue) = 218+220+10=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADC0A is #2523F5. Grayscale: #C4C4C4. Windows color (decimal): -2434038 or 711898. OLE color: 711898.
HSL color Cylindrical-coordinate representation of color #DADC0A: hue angle of 60.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DADC0A is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 10 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.14 |
| HSL | 60.57º | 0.91% | 0.45% | - |
| HSV(B) | 60.57º | 0.95% | 0.86% | - |
| XYZ | 54.56 | 66.11 | 10.17 | - |
| YUV | 195.46 | 23.34 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 10 | 0.01 | 0 | 0.95 | 0.14 | 60.57 | 0.91 | 0.45 |
| Hex | DA | DC | A | 1 | 0 | 5F | E | 3D | 5B | 2D |
| Octal | 332 | 334 | 12 | 1 | 0 | 137 | 16 | 75 | 133 | 55 |
| Binary | 11011010 | 11011100 | 1010 | 1 | 0 | 1011111 | 1110 | 111101 | 1011011 | 101101 |
Color Harmonies of #DADC0A
Complementary color
Monochromatic Colors of #DADC0A
Black with #DADC0A
Text Example
Text Example
White with #DADC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC0A; }
p { color: rgb(218,220,10); }
H1.HeaderClassName
{
color: #DADC0A;
}
.AnyTagClassName
{
color: #DADC0A;
}
</style>
background-color css
<style>
a { background-color: #DADC0A; }
a { background-color: rgb(218,220,10); }
div.DivClassName
{
background-color: #DADC0A;
}
.BgClassName
{
background-color: #DADC0A;
}
</style>
border-color css
<style>
span { border-color: #DADC0A; }
span { border-color: rgb(218,220,10); }
td.TdClassName
{
border-color: #DADC0A;
}
.TagClassName
{
border-color: #DADC0A;
}
</style>