Shades of Barberry #DAC91C
Tints of Barberry #DAC91C
RGB
CMYK
RGB Variations
Color information
#DAC91C (or 0xDAC91C) is known color: Barberry. HEX triplet: DA, C9 and 1C. RGB value is (218,201,28). Sum of RGB (Red+Green+Blue) = 218+201+28=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC91C is #2536E3. Grayscale: #BBBBBB. Windows color (decimal): -2438884 or 1886682. OLE color: 1886682.
HSL color Cylindrical-coordinate representation of color #DAC91C: hue angle of 54.63º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAC91C is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 28 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.15 |
| HSL | 54.63º | 0.77% | 0.48% | - |
| HSV(B) | 54.63º | 0.87% | 0.85% | - |
| XYZ | 50.01 | 56.76 | 9.42 | - |
| YUV | 186.36 | 38.63 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 28 | 0 | 0.08 | 0.87 | 0.15 | 54.63 | 0.77 | 0.48 |
| Hex | DA | C9 | 1C | 0 | 8 | 57 | F | 37 | 4D | 30 |
| Octal | 332 | 311 | 34 | 0 | 10 | 127 | 17 | 67 | 115 | 60 |
| Binary | 11011010 | 11001001 | 11100 | 0 | 1000 | 1010111 | 1111 | 110111 | 1001101 | 110000 |
Color Harmonies of #DAC91C
Complementary color
Monochromatic Colors of #DAC91C
Black with #DAC91C
Text Example
Text Example
White with #DAC91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC91C; }
p { color: rgb(218,201,28); }
H1.HeaderClassName
{
color: #DAC91C;
}
.AnyTagClassName
{
color: #DAC91C;
}
</style>
background-color css
<style>
a { background-color: #DAC91C; }
a { background-color: rgb(218,201,28); }
div.DivClassName
{
background-color: #DAC91C;
}
.BgClassName
{
background-color: #DAC91C;
}
</style>
border-color css
<style>
span { border-color: #DAC91C; }
span { border-color: rgb(218,201,28); }
td.TdClassName
{
border-color: #DAC91C;
}
.TagClassName
{
border-color: #DAC91C;
}
</style>