Shades of Barberry #DAC52B
Tints of Barberry #DAC52B
RGB
CMYK
RGB Variations
Color information
#DAC52B (or 0xDAC52B) is known color: Barberry. HEX triplet: DA, C5 and 2B. RGB value is (218,197,43). Sum of RGB (Red+Green+Blue) = 218+197+43=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 43 (17.19% from 255 or 9.39% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC52B is #253AD4. Grayscale: #BABABA. Windows color (decimal): -2439893 or 2868698. OLE color: 2868698.
HSL color Cylindrical-coordinate representation of color #DAC52B: hue angle of 52.8º 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 #DAC52B is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 43 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.15 |
| HSL | 52.8º | 0.7% | 0.51% | - |
| HSV(B) | 52.8º | 0.8% | 0.85% | - |
| XYZ | 49.32 | 55.01 | 10.3 | - |
| YUV | 185.72 | 47.46 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 43 | 0 | 0.10 | 0.80 | 0.15 | 52.8 | 0.7 | 0.51 |
| Hex | DA | C5 | 2B | 0 | A | 50 | F | 35 | 46 | 33 |
| Octal | 332 | 305 | 53 | 0 | 12 | 120 | 17 | 65 | 106 | 63 |
| Binary | 11011010 | 11000101 | 101011 | 0 | 1010 | 1010000 | 1111 | 110101 | 1000110 | 110011 |
Color Harmonies of #DAC52B
Complementary color
Monochromatic Colors of #DAC52B
Black with #DAC52B
Text Example
Text Example
White with #DAC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC52B; }
p { color: rgb(218,197,43); }
H1.HeaderClassName
{
color: #DAC52B;
}
.AnyTagClassName
{
color: #DAC52B;
}
</style>
background-color css
<style>
a { background-color: #DAC52B; }
a { background-color: rgb(218,197,43); }
div.DivClassName
{
background-color: #DAC52B;
}
.BgClassName
{
background-color: #DAC52B;
}
</style>
border-color css
<style>
span { border-color: #DAC52B; }
span { border-color: rgb(218,197,43); }
td.TdClassName
{
border-color: #DAC52B;
}
.TagClassName
{
border-color: #DAC52B;
}
</style>