Shades of Barberry #DAC829
Tints of Barberry #DAC829
RGB
CMYK
RGB Variations
Color information
#DAC829 (or 0xDAC829) is known color: Barberry. HEX triplet: DA, C8 and 29. RGB value is (218,200,41). Sum of RGB (Red+Green+Blue) = 218+200+41=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC829 is #2537D6. Grayscale: #BBBBBB. Windows color (decimal): -2439127 or 2738394. OLE color: 2738394.
HSL color Cylindrical-coordinate representation of color #DAC829: hue angle of 53.9º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAC829 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 41 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.15 |
| HSL | 53.9º | 0.71% | 0.51% | - |
| HSV(B) | 53.9º | 0.81% | 0.85% | - |
| XYZ | 49.97 | 56.37 | 10.35 | - |
| YUV | 187.26 | 45.46 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 41 | 0 | 0.08 | 0.81 | 0.15 | 53.9 | 0.71 | 0.51 |
| Hex | DA | C8 | 29 | 0 | 8 | 51 | F | 36 | 47 | 33 |
| Octal | 332 | 310 | 51 | 0 | 10 | 121 | 17 | 66 | 107 | 63 |
| Binary | 11011010 | 11001000 | 101001 | 0 | 1000 | 1010001 | 1111 | 110110 | 1000111 | 110011 |
Color Harmonies of #DAC829
Complementary color
Monochromatic Colors of #DAC829
Black with #DAC829
Text Example
Text Example
White with #DAC829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC829; }
p { color: rgb(218,200,41); }
H1.HeaderClassName
{
color: #DAC829;
}
.AnyTagClassName
{
color: #DAC829;
}
</style>
background-color css
<style>
a { background-color: #DAC829; }
a { background-color: rgb(218,200,41); }
div.DivClassName
{
background-color: #DAC829;
}
.BgClassName
{
background-color: #DAC829;
}
</style>
border-color css
<style>
span { border-color: #DAC829; }
span { border-color: rgb(218,200,41); }
td.TdClassName
{
border-color: #DAC829;
}
.TagClassName
{
border-color: #DAC829;
}
</style>