Shades of Barberry #DAC228
Tints of Barberry #DAC228
RGB
CMYK
RGB Variations
Color information
#DAC228 (or 0xDAC228) is known color: Barberry. HEX triplet: DA, C2 and 28. RGB value is (218,194,40). Sum of RGB (Red+Green+Blue) = 218+194+40=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC228 is #253DD7. Grayscale: #B8B8B8. Windows color (decimal): -2440664 or 2671322. OLE color: 2671322.
HSL color Cylindrical-coordinate representation of color #DAC228: hue angle of 51.91º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAC228 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 40 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.15 |
| HSL | 51.91º | 0.71% | 0.51% | - |
| HSV(B) | 51.91º | 0.82% | 0.85% | - |
| XYZ | 48.59 | 53.64 | 9.8 | - |
| YUV | 183.62 | 46.95 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 40 | 0 | 0.11 | 0.82 | 0.15 | 51.91 | 0.71 | 0.51 |
| Hex | DA | C2 | 28 | 0 | B | 52 | F | 34 | 47 | 33 |
| Octal | 332 | 302 | 50 | 0 | 13 | 122 | 17 | 64 | 107 | 63 |
| Binary | 11011010 | 11000010 | 101000 | 0 | 1011 | 1010010 | 1111 | 110100 | 1000111 | 110011 |
Color Harmonies of #DAC228
Complementary color
Monochromatic Colors of #DAC228
Black with #DAC228
Text Example
Text Example
White with #DAC228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC228; }
p { color: rgb(218,194,40); }
H1.HeaderClassName
{
color: #DAC228;
}
.AnyTagClassName
{
color: #DAC228;
}
</style>
background-color css
<style>
a { background-color: #DAC228; }
a { background-color: rgb(218,194,40); }
div.DivClassName
{
background-color: #DAC228;
}
.BgClassName
{
background-color: #DAC228;
}
</style>
border-color css
<style>
span { border-color: #DAC228; }
span { border-color: rgb(218,194,40); }
td.TdClassName
{
border-color: #DAC228;
}
.TagClassName
{
border-color: #DAC228;
}
</style>