Shades of Barberry #DAC820
Tints of Barberry #DAC820
RGB
CMYK
RGB Variations
Color information
#DAC820 (or 0xDAC820) is known color: Barberry. HEX triplet: DA, C8 and 20. RGB value is (218,200,32). Sum of RGB (Red+Green+Blue) = 218+200+32=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC820 is #2537DF. Grayscale: #BABABA. Windows color (decimal): -2439136 or 2148570. OLE color: 2148570.
HSL color Cylindrical-coordinate representation of color #DAC820: hue angle of 54.19º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAC820 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 32 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.15 |
| HSL | 54.19º | 0.74% | 0.49% | - |
| HSV(B) | 54.19º | 0.85% | 0.85% | - |
| XYZ | 49.83 | 56.32 | 9.61 | - |
| YUV | 186.23 | 40.96 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 32 | 0 | 0.08 | 0.85 | 0.15 | 54.19 | 0.74 | 0.49 |
| Hex | DA | C8 | 20 | 0 | 8 | 55 | F | 36 | 4A | 31 |
| Octal | 332 | 310 | 40 | 0 | 10 | 125 | 17 | 66 | 112 | 61 |
| Binary | 11011010 | 11001000 | 100000 | 0 | 1000 | 1010101 | 1111 | 110110 | 1001010 | 110001 |
Color Harmonies of #DAC820
Complementary color
Monochromatic Colors of #DAC820
Black with #DAC820
Text Example
Text Example
White with #DAC820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC820; }
p { color: rgb(218,200,32); }
H1.HeaderClassName
{
color: #DAC820;
}
.AnyTagClassName
{
color: #DAC820;
}
</style>
background-color css
<style>
a { background-color: #DAC820; }
a { background-color: rgb(218,200,32); }
div.DivClassName
{
background-color: #DAC820;
}
.BgClassName
{
background-color: #DAC820;
}
</style>
border-color css
<style>
span { border-color: #DAC820; }
span { border-color: rgb(218,200,32); }
td.TdClassName
{
border-color: #DAC820;
}
.TagClassName
{
border-color: #DAC820;
}
</style>