Shades of Barberry #DAD422
Tints of Barberry #DAD422
RGB
CMYK
RGB Variations
Color information
#DAD422 (or 0xDAD422) is known color: Barberry. HEX triplet: DA, D4 and 22. RGB value is (218,212,34). Sum of RGB (Red+Green+Blue) = 218+212+34=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD422 is #252BDD. Grayscale: #C2C2C2. Windows color (decimal): -2436062 or 2282714. OLE color: 2282714.
HSL color Cylindrical-coordinate representation of color #DAD422: hue angle of 58.04º 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 #DAD422 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 212 | 34 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.15 |
| HSL | 58.04º | 0.73% | 0.49% | - |
| HSV(B) | 58.04º | 0.84% | 0.85% | - |
| XYZ | 52.75 | 62.11 | 10.72 | - |
| YUV | 193.5 | 37.99 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 212 | 34 | 0 | 0.03 | 0.84 | 0.15 | 58.04 | 0.73 | 0.49 |
| Hex | DA | D4 | 22 | 0 | 3 | 54 | F | 3A | 49 | 31 |
| Octal | 332 | 324 | 42 | 0 | 3 | 124 | 17 | 72 | 111 | 61 |
| Binary | 11011010 | 11010100 | 100010 | 0 | 11 | 1010100 | 1111 | 111010 | 1001001 | 110001 |
Color Harmonies of #DAD422
Complementary color
Monochromatic Colors of #DAD422
Black with #DAD422
Text Example
Text Example
White with #DAD422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD422; }
p { color: rgb(218,212,34); }
H1.HeaderClassName
{
color: #DAD422;
}
.AnyTagClassName
{
color: #DAD422;
}
</style>
background-color css
<style>
a { background-color: #DAD422; }
a { background-color: rgb(218,212,34); }
div.DivClassName
{
background-color: #DAD422;
}
.BgClassName
{
background-color: #DAD422;
}
</style>
border-color css
<style>
span { border-color: #DAD422; }
span { border-color: rgb(218,212,34); }
td.TdClassName
{
border-color: #DAD422;
}
.TagClassName
{
border-color: #DAD422;
}
</style>