Shades of Barberry #DAC923
Tints of Barberry #DAC923
RGB
CMYK
RGB Variations
Color information
#DAC923 (or 0xDAC923) is known color: Barberry. HEX triplet: DA, C9 and 23. RGB value is (218,201,35). Sum of RGB (Red+Green+Blue) = 218+201+35=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 35 (14.06% from 255 or 7.71% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC923 is #2536DC. Grayscale: #BBBBBB. Windows color (decimal): -2438877 or 2345434. OLE color: 2345434.
HSL color Cylindrical-coordinate representation of color #DAC923: hue angle of 54.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAC923 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 35 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.15 |
| HSL | 54.43º | 0.72% | 0.5% | - |
| HSV(B) | 54.43º | 0.84% | 0.85% | - |
| XYZ | 50.1 | 56.8 | 9.91 | - |
| YUV | 187.16 | 42.13 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 35 | 0 | 0.08 | 0.84 | 0.15 | 54.43 | 0.72 | 0.5 |
| Hex | DA | C9 | 23 | 0 | 8 | 54 | F | 36 | 48 | 32 |
| Octal | 332 | 311 | 43 | 0 | 10 | 124 | 17 | 66 | 110 | 62 |
| Binary | 11011010 | 11001001 | 100011 | 0 | 1000 | 1010100 | 1111 | 110110 | 1001000 | 110010 |
Color Harmonies of #DAC923
Complementary color
Monochromatic Colors of #DAC923
Black with #DAC923
Text Example
Text Example
White with #DAC923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC923; }
p { color: rgb(218,201,35); }
H1.HeaderClassName
{
color: #DAC923;
}
.AnyTagClassName
{
color: #DAC923;
}
</style>
background-color css
<style>
a { background-color: #DAC923; }
a { background-color: rgb(218,201,35); }
div.DivClassName
{
background-color: #DAC923;
}
.BgClassName
{
background-color: #DAC923;
}
</style>
border-color css
<style>
span { border-color: #DAC923; }
span { border-color: rgb(218,201,35); }
td.TdClassName
{
border-color: #DAC923;
}
.TagClassName
{
border-color: #DAC923;
}
</style>