Shades of Barberry #DAC22C
Tints of Barberry #DAC22C
RGB
CMYK
RGB Variations
Color information
#DAC22C (or 0xDAC22C) is known color: Barberry. HEX triplet: DA, C2 and 2C. RGB value is (218,194,44). Sum of RGB (Red+Green+Blue) = 218+194+44=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC22C is #253DD3. Grayscale: #B8B8B8. Windows color (decimal): -2440660 or 2933466. OLE color: 2933466.
HSL color Cylindrical-coordinate representation of color #DAC22C: hue angle of 51.72º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAC22C is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 44 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.15 |
| HSL | 51.72º | 0.7% | 0.51% | - |
| HSV(B) | 51.72º | 0.8% | 0.85% | - |
| XYZ | 48.66 | 53.67 | 10.18 | - |
| YUV | 184.08 | 48.95 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 44 | 0 | 0.11 | 0.80 | 0.15 | 51.72 | 0.7 | 0.51 |
| Hex | DA | C2 | 2C | 0 | B | 50 | F | 34 | 46 | 33 |
| Octal | 332 | 302 | 54 | 0 | 13 | 120 | 17 | 64 | 106 | 63 |
| Binary | 11011010 | 11000010 | 101100 | 0 | 1011 | 1010000 | 1111 | 110100 | 1000110 | 110011 |
Color Harmonies of #DAC22C
Complementary color
Monochromatic Colors of #DAC22C
Black with #DAC22C
Text Example
Text Example
White with #DAC22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC22C; }
p { color: rgb(218,194,44); }
H1.HeaderClassName
{
color: #DAC22C;
}
.AnyTagClassName
{
color: #DAC22C;
}
</style>
background-color css
<style>
a { background-color: #DAC22C; }
a { background-color: rgb(218,194,44); }
div.DivClassName
{
background-color: #DAC22C;
}
.BgClassName
{
background-color: #DAC22C;
}
</style>
border-color css
<style>
span { border-color: #DAC22C; }
span { border-color: rgb(218,194,44); }
td.TdClassName
{
border-color: #DAC22C;
}
.TagClassName
{
border-color: #DAC22C;
}
</style>