Shades of Barberry #DAC52A
Tints of Barberry #DAC52A
RGB
CMYK
RGB Variations
Color information
#DAC52A (or 0xDAC52A) is known color: Barberry. HEX triplet: DA, C5 and 2A. RGB value is (218,197,42). Sum of RGB (Red+Green+Blue) = 218+197+42=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 42 (16.80% from 255 or 9.19% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC52A is #253AD5. Grayscale: #BABABA. Windows color (decimal): -2439894 or 2803162. OLE color: 2803162.
HSL color Cylindrical-coordinate representation of color #DAC52A: hue angle of 52.84º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAC52A is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 42 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.15 |
| HSL | 52.84º | 0.7% | 0.51% | - |
| HSV(B) | 52.84º | 0.81% | 0.85% | - |
| XYZ | 49.3 | 55.01 | 10.21 | - |
| YUV | 185.61 | 46.96 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 42 | 0 | 0.10 | 0.81 | 0.15 | 52.84 | 0.7 | 0.51 |
| Hex | DA | C5 | 2A | 0 | A | 51 | F | 35 | 46 | 33 |
| Octal | 332 | 305 | 52 | 0 | 12 | 121 | 17 | 65 | 106 | 63 |
| Binary | 11011010 | 11000101 | 101010 | 0 | 1010 | 1010001 | 1111 | 110101 | 1000110 | 110011 |
Color Harmonies of #DAC52A
Complementary color
Monochromatic Colors of #DAC52A
Black with #DAC52A
Text Example
Text Example
White with #DAC52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC52A; }
p { color: rgb(218,197,42); }
H1.HeaderClassName
{
color: #DAC52A;
}
.AnyTagClassName
{
color: #DAC52A;
}
</style>
background-color css
<style>
a { background-color: #DAC52A; }
a { background-color: rgb(218,197,42); }
div.DivClassName
{
background-color: #DAC52A;
}
.BgClassName
{
background-color: #DAC52A;
}
</style>
border-color css
<style>
span { border-color: #DAC52A; }
span { border-color: rgb(218,197,42); }
td.TdClassName
{
border-color: #DAC52A;
}
.TagClassName
{
border-color: #DAC52A;
}
</style>