Shades of Barberry #DAC825
Tints of Barberry #DAC825
RGB
CMYK
RGB Variations
Color information
#DAC825 (or 0xDAC825) is known color: Barberry. HEX triplet: DA, C8 and 25. RGB value is (218,200,37). Sum of RGB (Red+Green+Blue) = 218+200+37=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 37 (14.84% from 255 or 8.13% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC825 is #2537DA. Grayscale: #BBBBBB. Windows color (decimal): -2439131 or 2476250. OLE color: 2476250.
HSL color Cylindrical-coordinate representation of color #DAC825: hue angle of 54.03º degrees, saturation: 0.71, 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 #DAC825 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 37 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.15 |
| HSL | 54.03º | 0.71% | 0.5% | - |
| HSV(B) | 54.03º | 0.83% | 0.85% | - |
| XYZ | 49.9 | 56.35 | 10 | - |
| YUV | 186.8 | 43.46 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 37 | 0 | 0.08 | 0.83 | 0.15 | 54.03 | 0.71 | 0.5 |
| Hex | DA | C8 | 25 | 0 | 8 | 53 | F | 36 | 47 | 32 |
| Octal | 332 | 310 | 45 | 0 | 10 | 123 | 17 | 66 | 107 | 62 |
| Binary | 11011010 | 11001000 | 100101 | 0 | 1000 | 1010011 | 1111 | 110110 | 1000111 | 110010 |
Color Harmonies of #DAC825
Complementary color
Monochromatic Colors of #DAC825
Black with #DAC825
Text Example
Text Example
White with #DAC825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC825; }
p { color: rgb(218,200,37); }
H1.HeaderClassName
{
color: #DAC825;
}
.AnyTagClassName
{
color: #DAC825;
}
</style>
background-color css
<style>
a { background-color: #DAC825; }
a { background-color: rgb(218,200,37); }
div.DivClassName
{
background-color: #DAC825;
}
.BgClassName
{
background-color: #DAC825;
}
</style>
border-color css
<style>
span { border-color: #DAC825; }
span { border-color: rgb(218,200,37); }
td.TdClassName
{
border-color: #DAC825;
}
.TagClassName
{
border-color: #DAC825;
}
</style>