Shades of Barberry #DAC82C
Tints of Barberry #DAC82C
RGB
CMYK
RGB Variations
Color information
#DAC82C (or 0xDAC82C) is known color: Barberry. HEX triplet: DA, C8 and 2C. RGB value is (218,200,44). Sum of RGB (Red+Green+Blue) = 218+200+44=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 44 (17.58% from 255 or 9.52% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC82C is #2537D3. Grayscale: #BCBCBC. Windows color (decimal): -2439124 or 2935002. OLE color: 2935002.
HSL color Cylindrical-coordinate representation of color #DAC82C: hue angle of 53.79º 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 #DAC82C is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 44 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.15 |
| HSL | 53.79º | 0.7% | 0.51% | - |
| HSV(B) | 53.79º | 0.8% | 0.85% | - |
| XYZ | 50.02 | 56.4 | 10.63 | - |
| YUV | 187.6 | 46.96 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 44 | 0 | 0.08 | 0.80 | 0.15 | 53.79 | 0.7 | 0.51 |
| Hex | DA | C8 | 2C | 0 | 8 | 50 | F | 36 | 46 | 33 |
| Octal | 332 | 310 | 54 | 0 | 10 | 120 | 17 | 66 | 106 | 63 |
| Binary | 11011010 | 11001000 | 101100 | 0 | 1000 | 1010000 | 1111 | 110110 | 1000110 | 110011 |
Color Harmonies of #DAC82C
Complementary color
Monochromatic Colors of #DAC82C
Black with #DAC82C
Text Example
Text Example
White with #DAC82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC82C; }
p { color: rgb(218,200,44); }
H1.HeaderClassName
{
color: #DAC82C;
}
.AnyTagClassName
{
color: #DAC82C;
}
</style>
background-color css
<style>
a { background-color: #DAC82C; }
a { background-color: rgb(218,200,44); }
div.DivClassName
{
background-color: #DAC82C;
}
.BgClassName
{
background-color: #DAC82C;
}
</style>
border-color css
<style>
span { border-color: #DAC82C; }
span { border-color: rgb(218,200,44); }
td.TdClassName
{
border-color: #DAC82C;
}
.TagClassName
{
border-color: #DAC82C;
}
</style>