Shades of Barberry #DAC620
Tints of Barberry #DAC620
RGB
CMYK
RGB Variations
Color information
#DAC620 (or 0xDAC620) is known color: Barberry. HEX triplet: DA, C6 and 20. RGB value is (218,198,32). Sum of RGB (Red+Green+Blue) = 218+198+32=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC620 is #2539DF. Grayscale: #B9B9B9. Windows color (decimal): -2439648 or 2148058. OLE color: 2148058.
HSL color Cylindrical-coordinate representation of color #DAC620: hue angle of 53.55º 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 #DAC620 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 32 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.15 |
| HSL | 53.55º | 0.74% | 0.49% | - |
| HSV(B) | 53.55º | 0.85% | 0.85% | - |
| XYZ | 49.37 | 55.4 | 9.46 | - |
| YUV | 185.06 | 41.63 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 32 | 0 | 0.09 | 0.85 | 0.15 | 53.55 | 0.74 | 0.49 |
| Hex | DA | C6 | 20 | 0 | 9 | 55 | F | 36 | 4A | 31 |
| Octal | 332 | 306 | 40 | 0 | 11 | 125 | 17 | 66 | 112 | 61 |
| Binary | 11011010 | 11000110 | 100000 | 0 | 1001 | 1010101 | 1111 | 110110 | 1001010 | 110001 |
Color Harmonies of #DAC620
Complementary color
Monochromatic Colors of #DAC620
Black with #DAC620
Text Example
Text Example
White with #DAC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC620; }
p { color: rgb(218,198,32); }
H1.HeaderClassName
{
color: #DAC620;
}
.AnyTagClassName
{
color: #DAC620;
}
</style>
background-color css
<style>
a { background-color: #DAC620; }
a { background-color: rgb(218,198,32); }
div.DivClassName
{
background-color: #DAC620;
}
.BgClassName
{
background-color: #DAC620;
}
</style>
border-color css
<style>
span { border-color: #DAC620; }
span { border-color: rgb(218,198,32); }
td.TdClassName
{
border-color: #DAC620;
}
.TagClassName
{
border-color: #DAC620;
}
</style>