Shades of Barberry #DAD90E
Tints of Barberry #DAD90E
RGB
CMYK
RGB Variations
Color information
#DAD90E (or 0xDAD90E) is known color: Barberry. HEX triplet: DA, D9 and 0E. RGB value is (218,217,14). Sum of RGB (Red+Green+Blue) = 218+217+14=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 14 (5.86% from 255 or 3.12% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD90E is #2526F1. Grayscale: #C2C2C2. Windows color (decimal): -2434802 or 973274. OLE color: 973274.
HSL color Cylindrical-coordinate representation of color #DAD90E: hue angle of 59.71º 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 #DAD90E is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 14 | - |
| CMYK | 0 | 0.00 | 0.94 | 0.15 |
| HSL | 59.71º | 0.88% | 0.45% | - |
| HSV(B) | 59.71º | 0.94% | 0.85% | - |
| XYZ | 53.81 | 64.56 | 10.04 | - |
| YUV | 194.16 | 26.33 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 14 | 0 | 0.00 | 0.94 | 0.15 | 59.71 | 0.88 | 0.45 |
| Hex | DA | D9 | E | 0 | 0 | 5E | F | 3C | 58 | 2D |
| Octal | 332 | 331 | 16 | 0 | 0 | 136 | 17 | 74 | 130 | 55 |
| Binary | 11011010 | 11011001 | 1110 | 0 | 0 | 1011110 | 1111 | 111100 | 1011000 | 101101 |
Color Harmonies of #DAD90E
Complementary color
Monochromatic Colors of #DAD90E
Black with #DAD90E
Text Example
Text Example
White with #DAD90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD90E; }
p { color: rgb(218,217,14); }
H1.HeaderClassName
{
color: #DAD90E;
}
.AnyTagClassName
{
color: #DAD90E;
}
</style>
background-color css
<style>
a { background-color: #DAD90E; }
a { background-color: rgb(218,217,14); }
div.DivClassName
{
background-color: #DAD90E;
}
.BgClassName
{
background-color: #DAD90E;
}
</style>
border-color css
<style>
span { border-color: #DAD90E; }
span { border-color: rgb(218,217,14); }
td.TdClassName
{
border-color: #DAD90E;
}
.TagClassName
{
border-color: #DAD90E;
}
</style>