Shades of Barberry #DAC81F
Tints of Barberry #DAC81F
RGB
CMYK
RGB Variations
Color information
#DAC81F (or 0xDAC81F) is known color: Barberry. HEX triplet: DA, C8 and 1F. RGB value is (218,200,31). Sum of RGB (Red+Green+Blue) = 218+200+31=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 31 (12.5% from 255 or 6.90% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC81F is #2537E0. Grayscale: #BABABA. Windows color (decimal): -2439137 or 2083034. OLE color: 2083034.
HSL color Cylindrical-coordinate representation of color #DAC81F: hue angle of 54.22º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAC81F is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 31 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.15 |
| HSL | 54.22º | 0.75% | 0.49% | - |
| HSV(B) | 54.22º | 0.86% | 0.85% | - |
| XYZ | 49.82 | 56.31 | 9.54 | - |
| YUV | 186.12 | 40.46 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 31 | 0 | 0.08 | 0.86 | 0.15 | 54.22 | 0.75 | 0.49 |
| Hex | DA | C8 | 1F | 0 | 8 | 56 | F | 36 | 4B | 31 |
| Octal | 332 | 310 | 37 | 0 | 10 | 126 | 17 | 66 | 113 | 61 |
| Binary | 11011010 | 11001000 | 11111 | 0 | 1000 | 1010110 | 1111 | 110110 | 1001011 | 110001 |
Color Harmonies of #DAC81F
Complementary color
Monochromatic Colors of #DAC81F
Black with #DAC81F
Text Example
Text Example
White with #DAC81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC81F; }
p { color: rgb(218,200,31); }
H1.HeaderClassName
{
color: #DAC81F;
}
.AnyTagClassName
{
color: #DAC81F;
}
</style>
background-color css
<style>
a { background-color: #DAC81F; }
a { background-color: rgb(218,200,31); }
div.DivClassName
{
background-color: #DAC81F;
}
.BgClassName
{
background-color: #DAC81F;
}
</style>
border-color css
<style>
span { border-color: #DAC81F; }
span { border-color: rgb(218,200,31); }
td.TdClassName
{
border-color: #DAC81F;
}
.TagClassName
{
border-color: #DAC81F;
}
</style>