Shades of Barberry #DAC82A
Tints of Barberry #DAC82A
RGB
CMYK
RGB Variations
Color information
#DAC82A (or 0xDAC82A) is known color: Barberry. HEX triplet: DA, C8 and 2A. RGB value is (218,200,42). Sum of RGB (Red+Green+Blue) = 218+200+42=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 42 (16.80% from 255 or 9.13% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC82A is #2537D5. Grayscale: #BCBCBC. Windows color (decimal): -2439126 or 2803930. OLE color: 2803930.
HSL color Cylindrical-coordinate representation of color #DAC82A: hue angle of 53.86º degrees, saturation: 0.7, 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 #DAC82A is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 42 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.15 |
| HSL | 53.86º | 0.7% | 0.51% | - |
| HSV(B) | 53.86º | 0.81% | 0.85% | - |
| XYZ | 49.99 | 56.38 | 10.44 | - |
| YUV | 187.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 42 | 0 | 0.08 | 0.81 | 0.15 | 53.86 | 0.7 | 0.51 |
| Hex | DA | C8 | 2A | 0 | 8 | 51 | F | 36 | 46 | 33 |
| Octal | 332 | 310 | 52 | 0 | 10 | 121 | 17 | 66 | 106 | 63 |
| Binary | 11011010 | 11001000 | 101010 | 0 | 1000 | 1010001 | 1111 | 110110 | 1000110 | 110011 |
Color Harmonies of #DAC82A
Complementary color
Monochromatic Colors of #DAC82A
Black with #DAC82A
Text Example
Text Example
White with #DAC82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC82A; }
p { color: rgb(218,200,42); }
H1.HeaderClassName
{
color: #DAC82A;
}
.AnyTagClassName
{
color: #DAC82A;
}
</style>
background-color css
<style>
a { background-color: #DAC82A; }
a { background-color: rgb(218,200,42); }
div.DivClassName
{
background-color: #DAC82A;
}
.BgClassName
{
background-color: #DAC82A;
}
</style>
border-color css
<style>
span { border-color: #DAC82A; }
span { border-color: rgb(218,200,42); }
td.TdClassName
{
border-color: #DAC82A;
}
.TagClassName
{
border-color: #DAC82A;
}
</style>