Shades of Barberry #DAC924
Tints of Barberry #DAC924
RGB
CMYK
RGB Variations
Color information
#DAC924 (or 0xDAC924) is known color: Barberry. HEX triplet: DA, C9 and 24. RGB value is (218,201,36). Sum of RGB (Red+Green+Blue) = 218+201+36=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 36 (14.45% from 255 or 7.91% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC924 is #2536DB. Grayscale: #BBBBBB. Windows color (decimal): -2438876 or 2410970. OLE color: 2410970.
HSL color Cylindrical-coordinate representation of color #DAC924: hue angle of 54.4º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAC924 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 36 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.15 |
| HSL | 54.4º | 0.72% | 0.5% | - |
| HSV(B) | 54.4º | 0.83% | 0.85% | - |
| XYZ | 50.12 | 56.81 | 9.99 | - |
| YUV | 187.27 | 42.63 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 36 | 0 | 0.08 | 0.83 | 0.15 | 54.4 | 0.72 | 0.5 |
| Hex | DA | C9 | 24 | 0 | 8 | 53 | F | 36 | 48 | 32 |
| Octal | 332 | 311 | 44 | 0 | 10 | 123 | 17 | 66 | 110 | 62 |
| Binary | 11011010 | 11001001 | 100100 | 0 | 1000 | 1010011 | 1111 | 110110 | 1001000 | 110010 |
Color Harmonies of #DAC924
Complementary color
Monochromatic Colors of #DAC924
Black with #DAC924
Text Example
Text Example
White with #DAC924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC924; }
p { color: rgb(218,201,36); }
H1.HeaderClassName
{
color: #DAC924;
}
.AnyTagClassName
{
color: #DAC924;
}
</style>
background-color css
<style>
a { background-color: #DAC924; }
a { background-color: rgb(218,201,36); }
div.DivClassName
{
background-color: #DAC924;
}
.BgClassName
{
background-color: #DAC924;
}
</style>
border-color css
<style>
span { border-color: #DAC924; }
span { border-color: rgb(218,201,36); }
td.TdClassName
{
border-color: #DAC924;
}
.TagClassName
{
border-color: #DAC924;
}
</style>