Shades of Barberry #DAD613
Tints of Barberry #DAD613
RGB
CMYK
RGB Variations
Color information
#DAD613 (or 0xDAD613) is known color: Barberry. HEX triplet: DA, D6 and 13. RGB value is (218,214,19). Sum of RGB (Red+Green+Blue) = 218+214+19=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD613 is #2529EC. Grayscale: #C1C1C1. Windows color (decimal): -2435565 or 1300186. OLE color: 1300186.
HSL color Cylindrical-coordinate representation of color #DAD613: hue angle of 58.79º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAD613 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 19 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.15 |
| HSL | 58.79º | 0.84% | 0.46% | - |
| HSV(B) | 58.79º | 0.91% | 0.85% | - |
| XYZ | 53.08 | 63.05 | 9.99 | - |
| YUV | 192.97 | 29.83 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 19 | 0 | 0.02 | 0.91 | 0.15 | 58.79 | 0.84 | 0.46 |
| Hex | DA | D6 | 13 | 0 | 2 | 5B | F | 3B | 54 | 2E |
| Octal | 332 | 326 | 23 | 0 | 2 | 133 | 17 | 73 | 124 | 56 |
| Binary | 11011010 | 11010110 | 10011 | 0 | 10 | 1011011 | 1111 | 111011 | 1010100 | 101110 |
Color Harmonies of #DAD613
Complementary color
Monochromatic Colors of #DAD613
Black with #DAD613
Text Example
Text Example
White with #DAD613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD613; }
p { color: rgb(218,214,19); }
H1.HeaderClassName
{
color: #DAD613;
}
.AnyTagClassName
{
color: #DAD613;
}
</style>
background-color css
<style>
a { background-color: #DAD613; }
a { background-color: rgb(218,214,19); }
div.DivClassName
{
background-color: #DAD613;
}
.BgClassName
{
background-color: #DAD613;
}
</style>
border-color css
<style>
span { border-color: #DAD613; }
span { border-color: rgb(218,214,19); }
td.TdClassName
{
border-color: #DAD613;
}
.TagClassName
{
border-color: #DAD613;
}
</style>