Shades of Barberry #DAD321
Tints of Barberry #DAD321
RGB
CMYK
RGB Variations
Color information
#DAD321 (or 0xDAD321) is known color: Barberry. HEX triplet: DA, D3 and 21. RGB value is (218,211,33). Sum of RGB (Red+Green+Blue) = 218+211+33=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD321 is #252CDE. Grayscale: #C1C1C1. Windows color (decimal): -2436319 or 2216922. OLE color: 2216922.
HSL color Cylindrical-coordinate representation of color #DAD321: hue angle of 57.73º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAD321 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 33 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.15 |
| HSL | 57.73º | 0.74% | 0.49% | - |
| HSV(B) | 57.73º | 0.85% | 0.85% | - |
| XYZ | 52.48 | 61.6 | 10.56 | - |
| YUV | 192.8 | 37.82 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 33 | 0 | 0.03 | 0.85 | 0.15 | 57.73 | 0.74 | 0.49 |
| Hex | DA | D3 | 21 | 0 | 3 | 55 | F | 3A | 4A | 31 |
| Octal | 332 | 323 | 41 | 0 | 3 | 125 | 17 | 72 | 112 | 61 |
| Binary | 11011010 | 11010011 | 100001 | 0 | 11 | 1010101 | 1111 | 111010 | 1001010 | 110001 |
Color Harmonies of #DAD321
Complementary color
Monochromatic Colors of #DAD321
Black with #DAD321
Text Example
Text Example
White with #DAD321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD321; }
p { color: rgb(218,211,33); }
H1.HeaderClassName
{
color: #DAD321;
}
.AnyTagClassName
{
color: #DAD321;
}
</style>
background-color css
<style>
a { background-color: #DAD321; }
a { background-color: rgb(218,211,33); }
div.DivClassName
{
background-color: #DAD321;
}
.BgClassName
{
background-color: #DAD321;
}
</style>
border-color css
<style>
span { border-color: #DAD321; }
span { border-color: rgb(218,211,33); }
td.TdClassName
{
border-color: #DAD321;
}
.TagClassName
{
border-color: #DAD321;
}
</style>