Shades of Barberry #DAD40E
Tints of Barberry #DAD40E
RGB
CMYK
RGB Variations
Color information
#DAD40E (or 0xDAD40E) is known color: Barberry. HEX triplet: DA, D4 and 0E. RGB value is (218,212,14). Sum of RGB (Red+Green+Blue) = 218+212+14=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 212 (83.20% from 255 or 47.75% from 444); Blue value is 14 (5.86% from 255 or 3.15% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD40E is #252BF1. Grayscale: #C0C0C0. Windows color (decimal): -2436082 or 971994. OLE color: 971994.
HSL color Cylindrical-coordinate representation of color #DAD40E: hue angle of 58.24º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAD40E is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 212 | 14 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.15 |
| HSL | 58.24º | 0.88% | 0.45% | - |
| HSV(B) | 58.24º | 0.94% | 0.85% | - |
| XYZ | 52.54 | 62.02 | 9.62 | - |
| YUV | 191.22 | 27.99 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 212 | 14 | 0 | 0.03 | 0.94 | 0.15 | 58.24 | 0.88 | 0.45 |
| Hex | DA | D4 | E | 0 | 3 | 5E | F | 3A | 58 | 2D |
| Octal | 332 | 324 | 16 | 0 | 3 | 136 | 17 | 72 | 130 | 55 |
| Binary | 11011010 | 11010100 | 1110 | 0 | 11 | 1011110 | 1111 | 111010 | 1011000 | 101101 |
Color Harmonies of #DAD40E
Complementary color
Monochromatic Colors of #DAD40E
Black with #DAD40E
Text Example
Text Example
White with #DAD40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD40E; }
p { color: rgb(218,212,14); }
H1.HeaderClassName
{
color: #DAD40E;
}
.AnyTagClassName
{
color: #DAD40E;
}
</style>
background-color css
<style>
a { background-color: #DAD40E; }
a { background-color: rgb(218,212,14); }
div.DivClassName
{
background-color: #DAD40E;
}
.BgClassName
{
background-color: #DAD40E;
}
</style>
border-color css
<style>
span { border-color: #DAD40E; }
span { border-color: rgb(218,212,14); }
td.TdClassName
{
border-color: #DAD40E;
}
.TagClassName
{
border-color: #DAD40E;
}
</style>