Shades of Barberry #DAD80D
Tints of Barberry #DAD80D
RGB
CMYK
RGB Variations
Color information
#DAD80D (or 0xDAD80D) is known color: Barberry. HEX triplet: DA, D8 and 0D. RGB value is (218,216,13). Sum of RGB (Red+Green+Blue) = 218+216+13=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 13 (5.47% from 255 or 2.91% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD80D is #2527F2. Grayscale: #C2C2C2. Windows color (decimal): -2435059 or 907482. OLE color: 907482.
HSL color Cylindrical-coordinate representation of color #DAD80D: hue angle of 59.41º degrees, saturation: 0.89, 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 #DAD80D is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 13 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.15 |
| HSL | 59.41º | 0.89% | 0.45% | - |
| HSV(B) | 59.41º | 0.94% | 0.85% | - |
| XYZ | 53.54 | 64.05 | 9.92 | - |
| YUV | 193.46 | 26.16 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 13 | 0 | 0.01 | 0.94 | 0.15 | 59.41 | 0.89 | 0.45 |
| Hex | DA | D8 | D | 0 | 1 | 5E | F | 3B | 59 | 2D |
| Octal | 332 | 330 | 15 | 0 | 1 | 136 | 17 | 73 | 131 | 55 |
| Binary | 11011010 | 11011000 | 1101 | 0 | 1 | 1011110 | 1111 | 111011 | 1011001 | 101101 |
Color Harmonies of #DAD80D
Complementary color
Monochromatic Colors of #DAD80D
Black with #DAD80D
Text Example
Text Example
White with #DAD80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD80D; }
p { color: rgb(218,216,13); }
H1.HeaderClassName
{
color: #DAD80D;
}
.AnyTagClassName
{
color: #DAD80D;
}
</style>
background-color css
<style>
a { background-color: #DAD80D; }
a { background-color: rgb(218,216,13); }
div.DivClassName
{
background-color: #DAD80D;
}
.BgClassName
{
background-color: #DAD80D;
}
</style>
border-color css
<style>
span { border-color: #DAD80D; }
span { border-color: rgb(218,216,13); }
td.TdClassName
{
border-color: #DAD80D;
}
.TagClassName
{
border-color: #DAD80D;
}
</style>