Shades of Barberry #DAD91E
Tints of Barberry #DAD91E
RGB
CMYK
RGB Variations
Color information
#DAD91E (or 0xDAD91E) is known color: Barberry. HEX triplet: DA, D9 and 1E. RGB value is (218,217,30). Sum of RGB (Red+Green+Blue) = 218+217+30=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 30 (12.11% from 255 or 6.45% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD91E is #2526E1. Grayscale: #C4C4C4. Windows color (decimal): -2434786 or 2021850. OLE color: 2021850.
HSL color Cylindrical-coordinate representation of color #DAD91E: hue angle of 59.68º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAD91E is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 30 | - |
| CMYK | 0 | 0.00 | 0.86 | 0.15 |
| HSL | 59.68º | 0.76% | 0.49% | - |
| HSV(B) | 59.68º | 0.86% | 0.85% | - |
| XYZ | 53.96 | 64.62 | 10.86 | - |
| YUV | 195.98 | 34.33 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 30 | 0 | 0.00 | 0.86 | 0.15 | 59.68 | 0.76 | 0.49 |
| Hex | DA | D9 | 1E | 0 | 0 | 56 | F | 3C | 4C | 31 |
| Octal | 332 | 331 | 36 | 0 | 0 | 126 | 17 | 74 | 114 | 61 |
| Binary | 11011010 | 11011001 | 11110 | 0 | 0 | 1010110 | 1111 | 111100 | 1001100 | 110001 |
Color Harmonies of #DAD91E
Complementary color
Monochromatic Colors of #DAD91E
Black with #DAD91E
Text Example
Text Example
White with #DAD91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD91E; }
p { color: rgb(218,217,30); }
H1.HeaderClassName
{
color: #DAD91E;
}
.AnyTagClassName
{
color: #DAD91E;
}
</style>
background-color css
<style>
a { background-color: #DAD91E; }
a { background-color: rgb(218,217,30); }
div.DivClassName
{
background-color: #DAD91E;
}
.BgClassName
{
background-color: #DAD91E;
}
</style>
border-color css
<style>
span { border-color: #DAD91E; }
span { border-color: rgb(218,217,30); }
td.TdClassName
{
border-color: #DAD91E;
}
.TagClassName
{
border-color: #DAD91E;
}
</style>