Shades of Barberry #DAC02C
Tints of Barberry #DAC02C
RGB
CMYK
RGB Variations
Color information
#DAC02C (or 0xDAC02C) is known color: Barberry. HEX triplet: DA, C0 and 2C. RGB value is (218,192,44). Sum of RGB (Red+Green+Blue) = 218+192+44=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC02C is #253FD3. Grayscale: #B7B7B7. Windows color (decimal): -2441172 or 2932954. OLE color: 2932954.
HSL color Cylindrical-coordinate representation of color #DAC02C: hue angle of 51.03º 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 #DAC02C is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 44 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.15 |
| HSL | 51.03º | 0.7% | 0.51% | - |
| HSV(B) | 51.03º | 0.8% | 0.85% | - |
| XYZ | 48.22 | 52.79 | 10.03 | - |
| YUV | 182.9 | 49.61 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 44 | 0 | 0.12 | 0.80 | 0.15 | 51.03 | 0.7 | 0.51 |
| Hex | DA | C0 | 2C | 0 | C | 50 | F | 33 | 46 | 33 |
| Octal | 332 | 300 | 54 | 0 | 14 | 120 | 17 | 63 | 106 | 63 |
| Binary | 11011010 | 11000000 | 101100 | 0 | 1100 | 1010000 | 1111 | 110011 | 1000110 | 110011 |
Color Harmonies of #DAC02C
Complementary color
Monochromatic Colors of #DAC02C
Black with #DAC02C
Text Example
Text Example
White with #DAC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC02C; }
p { color: rgb(218,192,44); }
H1.HeaderClassName
{
color: #DAC02C;
}
.AnyTagClassName
{
color: #DAC02C;
}
</style>
background-color css
<style>
a { background-color: #DAC02C; }
a { background-color: rgb(218,192,44); }
div.DivClassName
{
background-color: #DAC02C;
}
.BgClassName
{
background-color: #DAC02C;
}
</style>
border-color css
<style>
span { border-color: #DAC02C; }
span { border-color: rgb(218,192,44); }
td.TdClassName
{
border-color: #DAC02C;
}
.TagClassName
{
border-color: #DAC02C;
}
</style>