Shades of Barberry #DAD314
Tints of Barberry #DAD314
RGB
CMYK
RGB Variations
Color information
#DAD314 (or 0xDAD314) is known color: Barberry. HEX triplet: DA, D3 and 14. RGB value is (218,211,20). Sum of RGB (Red+Green+Blue) = 218+211+20=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD314 is #252CEB. Grayscale: #C0C0C0. Windows color (decimal): -2436332 or 1364954. OLE color: 1364954.
HSL color Cylindrical-coordinate representation of color #DAD314: hue angle of 57.88º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAD314 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 20 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.15 |
| HSL | 57.88º | 0.83% | 0.47% | - |
| HSV(B) | 57.88º | 0.91% | 0.85% | - |
| XYZ | 52.33 | 61.54 | 9.78 | - |
| YUV | 191.32 | 31.32 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 20 | 0 | 0.03 | 0.91 | 0.15 | 57.88 | 0.83 | 0.47 |
| Hex | DA | D3 | 14 | 0 | 3 | 5B | F | 3A | 53 | 2F |
| Octal | 332 | 323 | 24 | 0 | 3 | 133 | 17 | 72 | 123 | 57 |
| Binary | 11011010 | 11010011 | 10100 | 0 | 11 | 1011011 | 1111 | 111010 | 1010011 | 101111 |
Color Harmonies of #DAD314
Complementary color
Monochromatic Colors of #DAD314
Black with #DAD314
Text Example
Text Example
White with #DAD314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD314; }
p { color: rgb(218,211,20); }
H1.HeaderClassName
{
color: #DAD314;
}
.AnyTagClassName
{
color: #DAD314;
}
</style>
background-color css
<style>
a { background-color: #DAD314; }
a { background-color: rgb(218,211,20); }
div.DivClassName
{
background-color: #DAD314;
}
.BgClassName
{
background-color: #DAD314;
}
</style>
border-color css
<style>
span { border-color: #DAD314; }
span { border-color: rgb(218,211,20); }
td.TdClassName
{
border-color: #DAD314;
}
.TagClassName
{
border-color: #DAD314;
}
</style>