Shades of Barberry #DADC10
Tints of Barberry #DADC10
RGB
CMYK
RGB Variations
Color information
#DADC10 (or 0xDADC10) is known color: Barberry. HEX triplet: DA, DC and 10. RGB value is (218,220,16). Sum of RGB (Red+Green+Blue) = 218+220+16=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADC10 is #2523EF. Grayscale: #C4C4C4. Windows color (decimal): -2434032 or 1105114. OLE color: 1105114.
HSL color Cylindrical-coordinate representation of color #DADC10: hue angle of 60.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DADC10 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 16 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.14 |
| HSL | 60.59º | 0.86% | 0.46% | - |
| HSV(B) | 60.59º | 0.93% | 0.86% | - |
| XYZ | 54.6 | 66.13 | 10.38 | - |
| YUV | 196.15 | 26.34 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 16 | 0.01 | 0 | 0.93 | 0.14 | 60.59 | 0.86 | 0.46 |
| Hex | DA | DC | 10 | 1 | 0 | 5D | E | 3D | 56 | 2E |
| Octal | 332 | 334 | 20 | 1 | 0 | 135 | 16 | 75 | 126 | 56 |
| Binary | 11011010 | 11011100 | 10000 | 1 | 0 | 1011101 | 1110 | 111101 | 1010110 | 101110 |
Color Harmonies of #DADC10
Complementary color
Monochromatic Colors of #DADC10
Black with #DADC10
Text Example
Text Example
White with #DADC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC10; }
p { color: rgb(218,220,16); }
H1.HeaderClassName
{
color: #DADC10;
}
.AnyTagClassName
{
color: #DADC10;
}
</style>
background-color css
<style>
a { background-color: #DADC10; }
a { background-color: rgb(218,220,16); }
div.DivClassName
{
background-color: #DADC10;
}
.BgClassName
{
background-color: #DADC10;
}
</style>
border-color css
<style>
span { border-color: #DADC10; }
span { border-color: rgb(218,220,16); }
td.TdClassName
{
border-color: #DADC10;
}
.TagClassName
{
border-color: #DADC10;
}
</style>