Shades of Barberry #DAC920
Tints of Barberry #DAC920
RGB
CMYK
RGB Variations
Color information
#DAC920 (or 0xDAC920) is known color: Barberry. HEX triplet: DA, C9 and 20. RGB value is (218,201,32). Sum of RGB (Red+Green+Blue) = 218+201+32=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC920 is #2536DF. Grayscale: #BBBBBB. Windows color (decimal): -2438880 or 2148826. OLE color: 2148826.
HSL color Cylindrical-coordinate representation of color #DAC920: hue angle of 54.52º 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 #DAC920 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 32 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.15 |
| HSL | 54.52º | 0.74% | 0.49% | - |
| HSV(B) | 54.52º | 0.85% | 0.85% | - |
| XYZ | 50.06 | 56.78 | 9.69 | - |
| YUV | 186.82 | 40.63 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 32 | 0 | 0.08 | 0.85 | 0.15 | 54.52 | 0.74 | 0.49 |
| Hex | DA | C9 | 20 | 0 | 8 | 55 | F | 37 | 4A | 31 |
| Octal | 332 | 311 | 40 | 0 | 10 | 125 | 17 | 67 | 112 | 61 |
| Binary | 11011010 | 11001001 | 100000 | 0 | 1000 | 1010101 | 1111 | 110111 | 1001010 | 110001 |
Color Harmonies of #DAC920
Complementary color
Monochromatic Colors of #DAC920
Black with #DAC920
Text Example
Text Example
White with #DAC920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC920; }
p { color: rgb(218,201,32); }
H1.HeaderClassName
{
color: #DAC920;
}
.AnyTagClassName
{
color: #DAC920;
}
</style>
background-color css
<style>
a { background-color: #DAC920; }
a { background-color: rgb(218,201,32); }
div.DivClassName
{
background-color: #DAC920;
}
.BgClassName
{
background-color: #DAC920;
}
</style>
border-color css
<style>
span { border-color: #DAC920; }
span { border-color: rgb(218,201,32); }
td.TdClassName
{
border-color: #DAC920;
}
.TagClassName
{
border-color: #DAC920;
}
</style>