Shades of Barberry #DAD326
Tints of Barberry #DAD326
RGB
CMYK
RGB Variations
Color information
#DAD326 (or 0xDAD326) is known color: Barberry. HEX triplet: DA, D3 and 26. RGB value is (218,211,38). Sum of RGB (Red+Green+Blue) = 218+211+38=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 38 (15.23% from 255 or 8.14% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD326 is #252CD9. Grayscale: #C2C2C2. Windows color (decimal): -2436314 or 2544602. OLE color: 2544602.
HSL color Cylindrical-coordinate representation of color #DAD326: hue angle of 57.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAD326 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 38 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.15 |
| HSL | 57.67º | 0.71% | 0.5% | - |
| HSV(B) | 57.67º | 0.83% | 0.85% | - |
| XYZ | 52.56 | 61.63 | 10.96 | - |
| YUV | 193.37 | 40.32 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 38 | 0 | 0.03 | 0.83 | 0.15 | 57.67 | 0.71 | 0.5 |
| Hex | DA | D3 | 26 | 0 | 3 | 53 | F | 3A | 47 | 32 |
| Octal | 332 | 323 | 46 | 0 | 3 | 123 | 17 | 72 | 107 | 62 |
| Binary | 11011010 | 11010011 | 100110 | 0 | 11 | 1010011 | 1111 | 111010 | 1000111 | 110010 |
Color Harmonies of #DAD326
Complementary color
Monochromatic Colors of #DAD326
Black with #DAD326
Text Example
Text Example
White with #DAD326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD326; }
p { color: rgb(218,211,38); }
H1.HeaderClassName
{
color: #DAD326;
}
.AnyTagClassName
{
color: #DAD326;
}
</style>
background-color css
<style>
a { background-color: #DAD326; }
a { background-color: rgb(218,211,38); }
div.DivClassName
{
background-color: #DAD326;
}
.BgClassName
{
background-color: #DAD326;
}
</style>
border-color css
<style>
span { border-color: #DAD326; }
span { border-color: rgb(218,211,38); }
td.TdClassName
{
border-color: #DAD326;
}
.TagClassName
{
border-color: #DAD326;
}
</style>