Shades of Barberry #DAD122
Tints of Barberry #DAD122
RGB
CMYK
RGB Variations
Color information
#DAD122 (or 0xDAD122) is known color: Barberry. HEX triplet: DA, D1 and 22. RGB value is (218,209,34). Sum of RGB (Red+Green+Blue) = 218+209+34=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 34 (13.67% from 255 or 7.38% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD122 is #252EDD. Grayscale: #C0C0C0. Windows color (decimal): -2436830 or 2281946. OLE color: 2281946.
HSL color Cylindrical-coordinate representation of color #DAD122: hue angle of 57.07º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAD122 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 34 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.15 |
| HSL | 57.07º | 0.73% | 0.49% | - |
| HSV(B) | 57.07º | 0.84% | 0.85% | - |
| XYZ | 52 | 60.62 | 10.47 | - |
| YUV | 191.74 | 38.98 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 34 | 0 | 0.04 | 0.84 | 0.15 | 57.07 | 0.73 | 0.49 |
| Hex | DA | D1 | 22 | 0 | 4 | 54 | F | 39 | 49 | 31 |
| Octal | 332 | 321 | 42 | 0 | 4 | 124 | 17 | 71 | 111 | 61 |
| Binary | 11011010 | 11010001 | 100010 | 0 | 100 | 1010100 | 1111 | 111001 | 1001001 | 110001 |
Color Harmonies of #DAD122
Complementary color
Monochromatic Colors of #DAD122
Black with #DAD122
Text Example
Text Example
White with #DAD122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD122; }
p { color: rgb(218,209,34); }
H1.HeaderClassName
{
color: #DAD122;
}
.AnyTagClassName
{
color: #DAD122;
}
</style>
background-color css
<style>
a { background-color: #DAD122; }
a { background-color: rgb(218,209,34); }
div.DivClassName
{
background-color: #DAD122;
}
.BgClassName
{
background-color: #DAD122;
}
</style>
border-color css
<style>
span { border-color: #DAD122; }
span { border-color: rgb(218,209,34); }
td.TdClassName
{
border-color: #DAD122;
}
.TagClassName
{
border-color: #DAD122;
}
</style>