Shades of Tacha #DABA56
Tints of Tacha #DABA56
RGB
CMYK
RGB Variations
Color information
#DABA56 (or 0xDABA56) is known color: Tacha. HEX triplet: DA, BA and 56. RGB value is (218,186,86). Sum of RGB (Red+Green+Blue) = 218+186+86=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA56 is #2545A9. Grayscale: #B8B8B8. Windows color (decimal): -2442666 or 5683930. OLE color: 5683930.
HSL color Cylindrical-coordinate representation of color #DABA56: hue angle of 45.45º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DABA56 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 86 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.15 |
| HSL | 45.45º | 0.64% | 0.6% | - |
| HSV(B) | 45.45º | 0.61% | 0.85% | - |
| XYZ | 48.15 | 50.7 | 16.05 | - |
| YUV | 184.17 | 72.6 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 86 | 0 | 0.15 | 0.61 | 0.15 | 45.45 | 0.64 | 0.6 |
| Hex | DA | BA | 56 | 0 | F | 3D | F | 2D | 40 | 3C |
| Octal | 332 | 272 | 126 | 0 | 17 | 75 | 17 | 55 | 100 | 74 |
| Binary | 11011010 | 10111010 | 1010110 | 0 | 1111 | 111101 | 1111 | 101101 | 1000000 | 111100 |
Color Harmonies of #DABA56
Complementary color
Monochromatic Colors of #DABA56
Black with #DABA56
Text Example
Text Example
White with #DABA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA56; }
p { color: rgb(218,186,86); }
H1.HeaderClassName
{
color: #DABA56;
}
.AnyTagClassName
{
color: #DABA56;
}
</style>
background-color css
<style>
a { background-color: #DABA56; }
a { background-color: rgb(218,186,86); }
div.DivClassName
{
background-color: #DABA56;
}
.BgClassName
{
background-color: #DABA56;
}
</style>
border-color css
<style>
span { border-color: #DABA56; }
span { border-color: rgb(218,186,86); }
td.TdClassName
{
border-color: #DABA56;
}
.TagClassName
{
border-color: #DABA56;
}
</style>