Shades of Barberry #DAC823
Tints of Barberry #DAC823
RGB
CMYK
RGB Variations
Color information
#DAC823 (or 0xDAC823) is known color: Barberry. HEX triplet: DA, C8 and 23. RGB value is (218,200,35). Sum of RGB (Red+Green+Blue) = 218+200+35=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 35 (14.06% from 255 or 7.73% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC823 is #2537DC. Grayscale: #BBBBBB. Windows color (decimal): -2439133 or 2345178. OLE color: 2345178.
HSL color Cylindrical-coordinate representation of color #DAC823: hue angle of 54.1º 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 #DAC823 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 35 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.15 |
| HSL | 54.1º | 0.72% | 0.5% | - |
| HSV(B) | 54.1º | 0.84% | 0.85% | - |
| XYZ | 49.87 | 56.34 | 9.84 | - |
| YUV | 186.57 | 42.46 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 35 | 0 | 0.08 | 0.84 | 0.15 | 54.1 | 0.72 | 0.5 |
| Hex | DA | C8 | 23 | 0 | 8 | 54 | F | 36 | 48 | 32 |
| Octal | 332 | 310 | 43 | 0 | 10 | 124 | 17 | 66 | 110 | 62 |
| Binary | 11011010 | 11001000 | 100011 | 0 | 1000 | 1010100 | 1111 | 110110 | 1001000 | 110010 |
Color Harmonies of #DAC823
Complementary color
Monochromatic Colors of #DAC823
Black with #DAC823
Text Example
Text Example
White with #DAC823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC823; }
p { color: rgb(218,200,35); }
H1.HeaderClassName
{
color: #DAC823;
}
.AnyTagClassName
{
color: #DAC823;
}
</style>
background-color css
<style>
a { background-color: #DAC823; }
a { background-color: rgb(218,200,35); }
div.DivClassName
{
background-color: #DAC823;
}
.BgClassName
{
background-color: #DAC823;
}
</style>
border-color css
<style>
span { border-color: #DAC823; }
span { border-color: rgb(218,200,35); }
td.TdClassName
{
border-color: #DAC823;
}
.TagClassName
{
border-color: #DAC823;
}
</style>