Shades of Barberry #DAD511
Tints of Barberry #DAD511
RGB
CMYK
RGB Variations
Color information
#DAD511 (or 0xDAD511) is known color: Barberry. HEX triplet: DA, D5 and 11. RGB value is (218,213,17). Sum of RGB (Red+Green+Blue) = 218+213+17=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 17 (7.03% from 255 or 3.79% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD511 is #252AEE. Grayscale: #C0C0C0. Windows color (decimal): -2435823 or 1168858. OLE color: 1168858.
HSL color Cylindrical-coordinate representation of color #DAD511: hue angle of 58.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAD511 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 213 | 17 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.15 |
| HSL | 58.51º | 0.86% | 0.46% | - |
| HSV(B) | 58.51º | 0.92% | 0.85% | - |
| XYZ | 52.81 | 62.53 | 9.82 | - |
| YUV | 192.15 | 29.16 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 213 | 17 | 0 | 0.02 | 0.92 | 0.15 | 58.51 | 0.86 | 0.46 |
| Hex | DA | D5 | 11 | 0 | 2 | 5C | F | 3B | 56 | 2E |
| Octal | 332 | 325 | 21 | 0 | 2 | 134 | 17 | 73 | 126 | 56 |
| Binary | 11011010 | 11010101 | 10001 | 0 | 10 | 1011100 | 1111 | 111011 | 1010110 | 101110 |
Color Harmonies of #DAD511
Complementary color
Monochromatic Colors of #DAD511
Black with #DAD511
Text Example
Text Example
White with #DAD511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD511; }
p { color: rgb(218,213,17); }
H1.HeaderClassName
{
color: #DAD511;
}
.AnyTagClassName
{
color: #DAD511;
}
</style>
background-color css
<style>
a { background-color: #DAD511; }
a { background-color: rgb(218,213,17); }
div.DivClassName
{
background-color: #DAD511;
}
.BgClassName
{
background-color: #DAD511;
}
</style>
border-color css
<style>
span { border-color: #DAD511; }
span { border-color: rgb(218,213,17); }
td.TdClassName
{
border-color: #DAD511;
}
.TagClassName
{
border-color: #DAD511;
}
</style>