Shades of Tacha #DABC51
Tints of Tacha #DABC51
RGB
CMYK
RGB Variations
Color information
#DABC51 (or 0xDABC51) is known color: Tacha. HEX triplet: DA, BC and 51. RGB value is (218,188,81). Sum of RGB (Red+Green+Blue) = 218+188+81=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 81 (32.03% from 255 or 16.63% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC51 is #2543AE. Grayscale: #B9B9B9. Windows color (decimal): -2442159 or 5356762. OLE color: 5356762.
HSL color Cylindrical-coordinate representation of color #DABC51: hue angle of 46.86º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DABC51 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 81 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.15 |
| HSL | 46.86º | 0.65% | 0.59% | - |
| HSV(B) | 46.86º | 0.63% | 0.85% | - |
| XYZ | 48.38 | 51.47 | 15.17 | - |
| YUV | 184.77 | 69.44 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 81 | 0 | 0.14 | 0.63 | 0.15 | 46.86 | 0.65 | 0.59 |
| Hex | DA | BC | 51 | 0 | E | 3F | F | 2F | 41 | 3B |
| Octal | 332 | 274 | 121 | 0 | 16 | 77 | 17 | 57 | 101 | 73 |
| Binary | 11011010 | 10111100 | 1010001 | 0 | 1110 | 111111 | 1111 | 101111 | 1000001 | 111011 |
Color Harmonies of #DABC51
Complementary color
Monochromatic Colors of #DABC51
Black with #DABC51
Text Example
Text Example
White with #DABC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC51; }
p { color: rgb(218,188,81); }
H1.HeaderClassName
{
color: #DABC51;
}
.AnyTagClassName
{
color: #DABC51;
}
</style>
background-color css
<style>
a { background-color: #DABC51; }
a { background-color: rgb(218,188,81); }
div.DivClassName
{
background-color: #DABC51;
}
.BgClassName
{
background-color: #DABC51;
}
</style>
border-color css
<style>
span { border-color: #DABC51; }
span { border-color: rgb(218,188,81); }
td.TdClassName
{
border-color: #DABC51;
}
.TagClassName
{
border-color: #DABC51;
}
</style>