Shades of Barberry #DAD80E
Tints of Barberry #DAD80E
RGB
CMYK
RGB Variations
Color information
#DAD80E (or 0xDAD80E) is known color: Barberry. HEX triplet: DA, D8 and 0E. RGB value is (218,216,14). Sum of RGB (Red+Green+Blue) = 218+216+14=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD80E is #2527F1. Grayscale: #C2C2C2. Windows color (decimal): -2435058 or 973018. OLE color: 973018.
HSL color Cylindrical-coordinate representation of color #DAD80E: hue angle of 59.41º 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 #DAD80E is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 14 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.15 |
| HSL | 59.41º | 0.88% | 0.45% | - |
| HSV(B) | 59.41º | 0.94% | 0.85% | - |
| XYZ | 53.55 | 64.05 | 9.96 | - |
| YUV | 193.57 | 26.66 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 14 | 0 | 0.01 | 0.94 | 0.15 | 59.41 | 0.88 | 0.45 |
| Hex | DA | D8 | E | 0 | 1 | 5E | F | 3B | 58 | 2D |
| Octal | 332 | 330 | 16 | 0 | 1 | 136 | 17 | 73 | 130 | 55 |
| Binary | 11011010 | 11011000 | 1110 | 0 | 1 | 1011110 | 1111 | 111011 | 1011000 | 101101 |
Color Harmonies of #DAD80E
Complementary color
Monochromatic Colors of #DAD80E
Black with #DAD80E
Text Example
Text Example
White with #DAD80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD80E; }
p { color: rgb(218,216,14); }
H1.HeaderClassName
{
color: #DAD80E;
}
.AnyTagClassName
{
color: #DAD80E;
}
</style>
background-color css
<style>
a { background-color: #DAD80E; }
a { background-color: rgb(218,216,14); }
div.DivClassName
{
background-color: #DAD80E;
}
.BgClassName
{
background-color: #DAD80E;
}
</style>
border-color css
<style>
span { border-color: #DAD80E; }
span { border-color: rgb(218,216,14); }
td.TdClassName
{
border-color: #DAD80E;
}
.TagClassName
{
border-color: #DAD80E;
}
</style>