Shades of Barberry #DAC82D
Tints of Barberry #DAC82D
RGB
CMYK
RGB Variations
Color information
#DAC82D (or 0xDAC82D) is known color: Barberry. HEX triplet: DA, C8 and 2D. RGB value is (218,200,45). Sum of RGB (Red+Green+Blue) = 218+200+45=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC82D is #2537D2. Grayscale: #BCBCBC. Windows color (decimal): -2439123 or 3000538. OLE color: 3000538.
HSL color Cylindrical-coordinate representation of color #DAC82D: hue angle of 53.76º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAC82D is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 45 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.15 |
| HSL | 53.76º | 0.7% | 0.52% | - |
| HSV(B) | 53.76º | 0.79% | 0.85% | - |
| XYZ | 50.04 | 56.4 | 10.73 | - |
| YUV | 187.71 | 47.46 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 45 | 0 | 0.08 | 0.79 | 0.15 | 53.76 | 0.7 | 0.52 |
| Hex | DA | C8 | 2D | 0 | 8 | 4F | F | 36 | 46 | 34 |
| Octal | 332 | 310 | 55 | 0 | 10 | 117 | 17 | 66 | 106 | 64 |
| Binary | 11011010 | 11001000 | 101101 | 0 | 1000 | 1001111 | 1111 | 110110 | 1000110 | 110100 |
Color Harmonies of #DAC82D
Complementary color
Monochromatic Colors of #DAC82D
Black with #DAC82D
Text Example
Text Example
White with #DAC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC82D; }
p { color: rgb(218,200,45); }
H1.HeaderClassName
{
color: #DAC82D;
}
.AnyTagClassName
{
color: #DAC82D;
}
</style>
background-color css
<style>
a { background-color: #DAC82D; }
a { background-color: rgb(218,200,45); }
div.DivClassName
{
background-color: #DAC82D;
}
.BgClassName
{
background-color: #DAC82D;
}
</style>
border-color css
<style>
span { border-color: #DAC82D; }
span { border-color: rgb(218,200,45); }
td.TdClassName
{
border-color: #DAC82D;
}
.TagClassName
{
border-color: #DAC82D;
}
</style>