Shades of Barberry #DAC827
Tints of Barberry #DAC827
RGB
CMYK
RGB Variations
Color information
#DAC827 (or 0xDAC827) is known color: Barberry. HEX triplet: DA, C8 and 27. RGB value is (218,200,39). Sum of RGB (Red+Green+Blue) = 218+200+39=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 39 (15.62% from 255 or 8.53% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC827 is #2537D8. Grayscale: #BBBBBB. Windows color (decimal): -2439129 or 2607322. OLE color: 2607322.
HSL color Cylindrical-coordinate representation of color #DAC827: hue angle of 53.97º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAC827 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 39 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.15 |
| HSL | 53.97º | 0.71% | 0.5% | - |
| HSV(B) | 53.97º | 0.82% | 0.85% | - |
| XYZ | 49.93 | 56.36 | 10.17 | - |
| YUV | 187.03 | 44.46 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 39 | 0 | 0.08 | 0.82 | 0.15 | 53.97 | 0.71 | 0.5 |
| Hex | DA | C8 | 27 | 0 | 8 | 52 | F | 36 | 47 | 32 |
| Octal | 332 | 310 | 47 | 0 | 10 | 122 | 17 | 66 | 107 | 62 |
| Binary | 11011010 | 11001000 | 100111 | 0 | 1000 | 1010010 | 1111 | 110110 | 1000111 | 110010 |
Color Harmonies of #DAC827
Complementary color
Monochromatic Colors of #DAC827
Black with #DAC827
Text Example
Text Example
White with #DAC827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC827; }
p { color: rgb(218,200,39); }
H1.HeaderClassName
{
color: #DAC827;
}
.AnyTagClassName
{
color: #DAC827;
}
</style>
background-color css
<style>
a { background-color: #DAC827; }
a { background-color: rgb(218,200,39); }
div.DivClassName
{
background-color: #DAC827;
}
.BgClassName
{
background-color: #DAC827;
}
</style>
border-color css
<style>
span { border-color: #DAC827; }
span { border-color: rgb(218,200,39); }
td.TdClassName
{
border-color: #DAC827;
}
.TagClassName
{
border-color: #DAC827;
}
</style>