Shades of Barberry #DAD70E
Tints of Barberry #DAD70E
RGB
CMYK
RGB Variations
Color information
#DAD70E (or 0xDAD70E) is known color: Barberry. HEX triplet: DA, D7 and 0E. RGB value is (218,215,14). Sum of RGB (Red+Green+Blue) = 218+215+14=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 14 (5.86% from 255 or 3.13% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD70E is #2528F1. Grayscale: #C1C1C1. Windows color (decimal): -2435314 or 972762. OLE color: 972762.
HSL color Cylindrical-coordinate representation of color #DAD70E: hue angle of 59.12º 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 #DAD70E is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 215 | 14 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.15 |
| HSL | 59.12º | 0.88% | 0.45% | - |
| HSV(B) | 59.12º | 0.94% | 0.85% | - |
| XYZ | 53.29 | 63.54 | 9.87 | - |
| YUV | 192.98 | 26.99 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 215 | 14 | 0 | 0.01 | 0.94 | 0.15 | 59.12 | 0.88 | 0.45 |
| Hex | DA | D7 | E | 0 | 1 | 5E | F | 3B | 58 | 2D |
| Octal | 332 | 327 | 16 | 0 | 1 | 136 | 17 | 73 | 130 | 55 |
| Binary | 11011010 | 11010111 | 1110 | 0 | 1 | 1011110 | 1111 | 111011 | 1011000 | 101101 |
Color Harmonies of #DAD70E
Complementary color
Monochromatic Colors of #DAD70E
Black with #DAD70E
Text Example
Text Example
White with #DAD70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD70E; }
p { color: rgb(218,215,14); }
H1.HeaderClassName
{
color: #DAD70E;
}
.AnyTagClassName
{
color: #DAD70E;
}
</style>
background-color css
<style>
a { background-color: #DAD70E; }
a { background-color: rgb(218,215,14); }
div.DivClassName
{
background-color: #DAD70E;
}
.BgClassName
{
background-color: #DAD70E;
}
</style>
border-color css
<style>
span { border-color: #DAD70E; }
span { border-color: rgb(218,215,14); }
td.TdClassName
{
border-color: #DAD70E;
}
.TagClassName
{
border-color: #DAD70E;
}
</style>