Shades of Barberry #DAD324
Tints of Barberry #DAD324
RGB
CMYK
RGB Variations
Color information
#DAD324 (or 0xDAD324) is known color: Barberry. HEX triplet: DA, D3 and 24. RGB value is (218,211,36). Sum of RGB (Red+Green+Blue) = 218+211+36=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 36 (14.45% from 255 or 7.74% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD324 is #252CDB. Grayscale: #C1C1C1. Windows color (decimal): -2436316 or 2413530. OLE color: 2413530.
HSL color Cylindrical-coordinate representation of color #DAD324: hue angle of 57.69º degrees, saturation: 0.72, 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 #DAD324 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 36 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.15 |
| HSL | 57.69º | 0.72% | 0.5% | - |
| HSV(B) | 57.69º | 0.83% | 0.85% | - |
| XYZ | 52.53 | 61.62 | 10.79 | - |
| YUV | 193.14 | 39.32 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 36 | 0 | 0.03 | 0.83 | 0.15 | 57.69 | 0.72 | 0.5 |
| Hex | DA | D3 | 24 | 0 | 3 | 53 | F | 3A | 48 | 32 |
| Octal | 332 | 323 | 44 | 0 | 3 | 123 | 17 | 72 | 110 | 62 |
| Binary | 11011010 | 11010011 | 100100 | 0 | 11 | 1010011 | 1111 | 111010 | 1001000 | 110010 |
Color Harmonies of #DAD324
Complementary color
Monochromatic Colors of #DAD324
Black with #DAD324
Text Example
Text Example
White with #DAD324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD324; }
p { color: rgb(218,211,36); }
H1.HeaderClassName
{
color: #DAD324;
}
.AnyTagClassName
{
color: #DAD324;
}
</style>
background-color css
<style>
a { background-color: #DAD324; }
a { background-color: rgb(218,211,36); }
div.DivClassName
{
background-color: #DAD324;
}
.BgClassName
{
background-color: #DAD324;
}
</style>
border-color css
<style>
span { border-color: #DAD324; }
span { border-color: rgb(218,211,36); }
td.TdClassName
{
border-color: #DAD324;
}
.TagClassName
{
border-color: #DAD324;
}
</style>