Shades of Barberry #DAD614
Tints of Barberry #DAD614
RGB
CMYK
RGB Variations
Color information
#DAD614 (or 0xDAD614) is known color: Barberry. HEX triplet: DA, D6 and 14. RGB value is (218,214,20). Sum of RGB (Red+Green+Blue) = 218+214+20=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 20 (8.20% from 255 or 4.42% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD614 is #2529EB. Grayscale: #C1C1C1. Windows color (decimal): -2435564 or 1365722. OLE color: 1365722.
HSL color Cylindrical-coordinate representation of color #DAD614: hue angle of 58.79º 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 #DAD614 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 20 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.15 |
| HSL | 58.79º | 0.83% | 0.47% | - |
| HSV(B) | 58.79º | 0.91% | 0.85% | - |
| XYZ | 53.09 | 63.05 | 10.03 | - |
| YUV | 193.08 | 30.33 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 20 | 0 | 0.02 | 0.91 | 0.15 | 58.79 | 0.83 | 0.47 |
| Hex | DA | D6 | 14 | 0 | 2 | 5B | F | 3B | 53 | 2F |
| Octal | 332 | 326 | 24 | 0 | 2 | 133 | 17 | 73 | 123 | 57 |
| Binary | 11011010 | 11010110 | 10100 | 0 | 10 | 1011011 | 1111 | 111011 | 1010011 | 101111 |
Color Harmonies of #DAD614
Complementary color
Monochromatic Colors of #DAD614
Black with #DAD614
Text Example
Text Example
White with #DAD614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD614; }
p { color: rgb(218,214,20); }
H1.HeaderClassName
{
color: #DAD614;
}
.AnyTagClassName
{
color: #DAD614;
}
</style>
background-color css
<style>
a { background-color: #DAD614; }
a { background-color: rgb(218,214,20); }
div.DivClassName
{
background-color: #DAD614;
}
.BgClassName
{
background-color: #DAD614;
}
</style>
border-color css
<style>
span { border-color: #DAD614; }
span { border-color: rgb(218,214,20); }
td.TdClassName
{
border-color: #DAD614;
}
.TagClassName
{
border-color: #DAD614;
}
</style>