Shades of Barberry #DAD413
Tints of Barberry #DAD413
RGB
CMYK
RGB Variations
Color information
#DAD413 (or 0xDAD413) is known color: Barberry. HEX triplet: DA, D4 and 13. RGB value is (218,212,19). Sum of RGB (Red+Green+Blue) = 218+212+19=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD413 is #252BEC. Grayscale: #C0C0C0. Windows color (decimal): -2436077 or 1299674. OLE color: 1299674.
HSL color Cylindrical-coordinate representation of color #DAD413: hue angle of 58.19º 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 #DAD413 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 212 | 19 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.15 |
| HSL | 58.19º | 0.84% | 0.46% | - |
| HSV(B) | 58.19º | 0.91% | 0.85% | - |
| XYZ | 52.57 | 62.04 | 9.82 | - |
| YUV | 191.79 | 30.49 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 212 | 19 | 0 | 0.03 | 0.91 | 0.15 | 58.19 | 0.84 | 0.46 |
| Hex | DA | D4 | 13 | 0 | 3 | 5B | F | 3A | 54 | 2E |
| Octal | 332 | 324 | 23 | 0 | 3 | 133 | 17 | 72 | 124 | 56 |
| Binary | 11011010 | 11010100 | 10011 | 0 | 11 | 1011011 | 1111 | 111010 | 1010100 | 101110 |
Color Harmonies of #DAD413
Complementary color
Monochromatic Colors of #DAD413
Black with #DAD413
Text Example
Text Example
White with #DAD413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD413; }
p { color: rgb(218,212,19); }
H1.HeaderClassName
{
color: #DAD413;
}
.AnyTagClassName
{
color: #DAD413;
}
</style>
background-color css
<style>
a { background-color: #DAD413; }
a { background-color: rgb(218,212,19); }
div.DivClassName
{
background-color: #DAD413;
}
.BgClassName
{
background-color: #DAD413;
}
</style>
border-color css
<style>
span { border-color: #DAD413; }
span { border-color: rgb(218,212,19); }
td.TdClassName
{
border-color: #DAD413;
}
.TagClassName
{
border-color: #DAD413;
}
</style>